appmixer.utils.csv.AddRows
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| File ID | filepicker | The ID of the CSV file. |
| Delimiter | text | A character to use as a delimiter between columns. |
| Rows | textarea | The rows to append (an array of row objects i.e [{"column1": "value1", "column2": "value2"}, { ...row2 }, ...] or an array of strings i.e [["row1_value1", "row1_value2"], ["row2_value1", "row2_value2"]] ). |
| Parse numbers | toggle | Whether to parse numerical values in the CSV. |
| Parse booleans | toggle | Whether to parse boolean values in the CSV. |
| Field | Type | Description |
|---|---|---|
| File ID | - |