Skip to main content

CSV/TXT to JSON

Convert CSV or TXT file to JSON attribute. You can download this system service from Grexx Marketplace.

Input

Use a casetype activity to add inputs to the Start Systemservice CSV/TXT to JSON form.

AttributeData typeMandatory?Description
Column prefixStringNoIf headerRow==0 (see below), columns are provided with a header. This header consists of a prefix and a sequence number (for example: column_1, column_2, ...). Default: column_
CSVStringYesCSV/TXT file with content to be converted to JSON.
Field delimiterStringNoThe character used to split columns. Default: ,
Header rowIntegerNoLine number on which the column headers can be found. 0 means there are no header rows. Default: 0
Skip bottom rowsIntegerNoNumber of lines (from bottom) to ignore when reading. Default: 0
Skip top rowsIntegerNoNumber of lines (from top) to ignore when reading. Default: 0
Text delimiterStringNoThe character used to denote text fields. This is required if the field delimiter character can appear in a text field. Default: "

Output

Outputs are added to the Result Systemservice CSV/TXT to JSON form when the Systemservice CSV/TXT to JSON case is closed.

AttributeData typeMandatory?Description
JSONJSON (multivalue)NoThe converted content.