JSONToCSV
Description | Converts JSON data to a CSV file |
Input | JSON |
Output | String |
Cell delimiter | The character used to delimit values within each row of data. This is typically a comma. |
Row delimiter | 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’. |