This is feature is part of release 24.2
Introduction
In this case, the merged file is a CSV file with a row for each record and columns for each chosen metadata field. The CSV export has the following variables
...
Field | Columns | Example columns | Example value | |||||
---|---|---|---|---|---|---|---|---|
Single column | Descriptive.Title | Hello world | ||||||
ListField | Single column who value is the concatenation of the values using another delimeter | Descriptive.Keywords.Keyword | Alice, Bob, Cedric | |||||
MultiItemField | Multiple columns, one for each sub-field whose value is the concatenation of its subvalues delimiter |
|
| |||||
MapField | Multiple columns, one for each sub-field |
|
| |||||
Other Complex Fields | Single column with as value the JSON representation of the field |
|
|
Business Logic
When the batch is complete a new record of record type Export
is created
...
The record is deleted after 30 days
...
Permissions for this record are the read, write and export rights for all internal groups of the user that created the batch
...