...
Code Block |
---|
{
"name": "...",
"transfer": {
...,
"metadata_import": {
"schema": "optional default schema",
"source": {
"retry_failures": true,
"text": {
"delimiter": ",", //optional, will default to comma
"target": {
"path": "/skysync_metadata.csv"
}
}
},
"output": {
"format": "text"
}
}
}
}
|
...
{{import file name}}-xx-export.csv file indicates metadata import rows that were successful
{{import file name}}-xx-processed.csv file indications the rows within the import file that SkySync DryvIQ has processed
{{import file name}}-xx-failures.csv file indicates the metadata import rows that failed to be applied
...