CSVToJSON
Description | Convert data from tabular CSV format to JSON format |
Input | String or JSON |
Output | JSON |
Cell Delimiters | The character used to delimit values within each row of data. This is typically a comma. |
Row delimiters | The character or sequence of characters used to delimit rows. This is typically a new-line character denoted as ‘\n’ and/or a carriage-return character denoted as ‘\r’. The default is ‘\r\n’. |
Format | The JSON output format can be one of the following:
|
IsCollection | If True then the input parameter is a JSON collection, otherwise it is simply a string. |
IteratorKey | If the input parameter is a JSON collection, then this parameter indicates the specific attributes in the collection that the function is to operate on. |