import_metadata_rows

-d, --destination <ClcServerObjectUrl> Destination file or folder on server. If not specified the folder of the first input object will be used.
--dateformat <String> The format of dates in the file. (default: M/d/yy)
--datetimeformat <String> The format of date-time in the file. (default: M/d/yy, h:mm a)
--encoding <String> The encoding of the file. Default is UTF-8. (default: UTF-8)
--file <ClcFileUrl> A text file containing tabulated data or a spreadsheet document.
-i, --input <ClcObjectUrl> Input data on server
--locale <String> The locale of the data in the file. Specifies the format of decimals and parts of date/time. (default: en-US)
--log <Boolean> Enable creation of algo log file. (default: true)
--mappings <String> One or more column-to-attribute mappings in the form: attribute-name:column-index. The attribute name is case-sensitive and the column index is zero-based.
--named-columns <Boolean> True if the first line contains the names of the columns. (default: true)
--offset  
Integer: >= 0 The number of lines in the text file, or rows in the spreadsheet, to skip. (default: 0)
--quote-char <String> The character used to escape occurrences of the separator. (default: ")
--separator <[COMMA, SEMICOLON, PIPE, TAB, SPACE]> The character used to specify the boundary between fields. (default: SEMICOLON)