{{ $exp := .Export }} {{ $ := . }}

Exports/{{ .Export.Id }}



ID{{ .Export.Id }}
Version{{ .Export.Version }}
Type{{ .Export.Type }}
Datamodel ID {{ .Export.DatamodelId }}
User ID {{ .Export.UserId }}
Name {{ .Export.CompileName }}
Status{{ .Export.Status }}
Classes {{ template "json" .Export.Classes }}
Last Run At{{ Datetime .Export.LastRunAt }}
Last Relevant Run At{{ Datetime .Export.LastRelevantRunAt }}
Last Relevant Object Count{{ .Export.LastRelevantObjectCount }}
Next Run At{{ Datetime .Export.NextRunAt }}
CSV{{ template "key_value" (.Export.CSV | Marshal | Unmarshal) }}
XML
XML one file per object
XML Format{{ .Export.XMLFormat }}
XML Mapping ID {{ if .Export.XMLMappingId }} {{ .Export.XMLMappingId }} {{ end }}
XSLT {{ if .Export.XSLTFileId }} {{ .Export.XSLTFileId }} {{ else }} No XSLT {{ end }}
All Languages
JSON
JSON one file per object
Merge Linked Objects{{ .Export.MergeLinkedObjects }}
Merge Linked Depth{{ .Export.MergeMaxDepth }}
Batch Size{{ .Export.BatchSize }}
Fields{{ template "json" .Export.Fields }}
Assets {{ if .Export.Assets }} {{ range $assetId, $def := .Export.Assets }} {{ end }}
{{ $assetId }} {{ template "json" $def }}
{{ else }} No assets {{ end }}
Schedule{{ template "json" .Export.Schedules }}
Search
{{ template "json" .Export.Search }}

Files

{{ range $idx, $file := .Export.Files }} {{ end }}
Path ContentType Producer File ID File Size
Hidden (API)
Date Created Object IDs CSV Columns Exiftool Args Export Version Plugin Action
{{ if $.WhoSelect.CurrentWho }} Raw
As Attachment
{{ if and $exp.XSLTFileId (eq $file.Producer "xml") }} XML
XML in Dumper {{ end }} {{ else }} No user {{ end }}
{{ $file.Path }} {{ $file.ContentType }} {{ $file.Producer }} {{ if $file.FileID }} {{ $who := "" }} {{ if $.User }} {{ $who = $.User.Id }} {{ end }} {{ template "preview_file" $file.File }} {{ end }} {{ if $file.FileSize }} {{ HumanByteSize $file.FileSize }} {{ end }} {{ Datetime $file.DateCreated }}
{{ len $file.Info.ObjectInfo }}
{{ template "join" $file.Info.CSVColumns }}
{{ template "bucket_list" $file.Info.ExiftoolArgs }} {{ if $file.Info.ExportVersion }} {{ template "json" $file.Info.ExportVersion }} {{ end }} {{ $file.PluginAction }}

Log

{{ template "event_list" .Export.Events }}

API

{{ template "jsontree" (Marshal .ExportApi) }}

API plugin

{{ template "jsontree" (Marshal .ExportApiPlugin) }}