2018.1

Table Of Contents
Output
The task outputs Metadata that is equivalent to the output of the appropriate task that would
normally create the items, or a JSON Record Data List.
Note
The result of a Retrieve Items task can be used with the "Create Job" on page459 task if it is a
Content Item or Content Set, but it cannot be used in combination with a Job Preset.
Note
Content Creation tasks accept Metadata as well as JSON data as input.
JSON Record Data List example
A JSON Record Data List includes a schema entry with information about the types of all fields
at the beginning of the record, and the data set with values after the schema. This structure
allows for easy handling of the results through scripting in Workflow or in the Designer.
This is an example of the JSON output:
[
{
"schema": {
"columns": {
"ID": "STRING",
"Date": "DATETIME"
},
"tables" : {
"detail": {
"columns": {
"ItemTotal": "CURRENCY",
"ItemShipped": "FLOAT",
"ItemOrdered": "BOOLEAN"
}
},
"detail2": {
"columns": {
"ItemUnitPrice": "CURRENCY",
Page 487