To Table
Description | The input data will be split into rows and columns and rendered as an HTML or ASCII table with an optional header row. |
Input | String |
Output | HTML |
Cell delimiter | The character used to delimit values within each row of data. Change the cell delimiter argument to \t to support TSV (Tab Separated Values) or | for PSV (Pipe Separated Values). You can enter as many delimiters as you like. Each character will be treated as a separate possible delimiter. |
Row delimiter | The 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’. |
Make first row header | True/False |
Format | ASCII or HTML |
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. |