annotation_csv

--columnstoexport <String> The names of the columns to export, separated by comma.
--compression <[NONE, GZIP, ZIP]> By selecting e.g. zip or gzip the exported result will be compressed (default: NONE)
-d, --destination <ClcFileUrl> The destination to export the files to
 
--exportallcolumns <Boolean> All columns will be exported, when this option is selected. (default: true)
--filenamepattern <String> Placeholders available for defining custom export file names are: * input or 1 - default name of the data element being exported * extension or 2 - default extension for the chosen format * counter or 3 - incremented number, useful when exporting multiple files * host - name of the machine the job is run on * user - name of the user who launched the job * year, month, day, hour, minute, and second - timestamp information based on the time an output is created. (default: input.extension)
-i, --input <ClcObjectUrl> Input data on server
--log <Boolean> Enable creation of algo log file. (default: false)
--onefile <Boolean> If you have selected multiple elements for export, they can be exported in one file, if the format accepts it. (default: true)