{{ $exp := .Export }} {{ $ := . }}
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 }} | ||
Filename Original | |||
Filename Template | {{ .Export.FilenameTemplate }} | ||
Assets |
{{ if .Export.Assets }}
| ||
Schedule | {{ template "json" .Export.Schedules }} | ||
Search |
{{ template "json" .Export.Search }}
|
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 "bucket_list" $file.Info.ExiftoolArgs }} | {{ if $file.Info.ExportVersion }} {{ template "json" $file.Info.ExportVersion }} {{ end }} | {{ $file.PluginAction }} |