All Commands
All Other
Commands
CSV_GET
This command accesses the contents of a CSV file and brings it into memory in a format that can be used by the CSV_FOR_EACH and CSV_DATA commands.
The variable {alias_ROWS} will be populated with the number of rows retrieved.
The variable {alias_ROW} will be populated with the number 0, indicating the current row to be used by the CSV_DATA command.
| Number | Name | Default | Type | Description |
|---|---|---|---|---|
| 1 | alias | CSV | String | The alias to use for the accessed data |
| 2 | url | String | The URL of the CSV file to be accessed | |
| 3 | type | CSV | String | CSV or TSV |