Load DataTable From CSV
Load a DataTable from CSV text or a .csv file (delimiter auto-detected, BOM-tolerant).
DataTableLoadDataTable
What it does
Load a DataTable from CSV text or a .csv file (delimiter auto-detected, BOM-tolerant).
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| DataTable name | variable | Required | Name of the DataTable variable. Example: data | |
| CSV text | multiline | Optional | CSV with a header row. Leave blank to use a file. Example: name,age
Bob,30 Supports variables | |
| CSV file (optional) | file | Optional | Example: C:/data/people.csv Supports variables | |
| Delimiter | dropdownAuto · Comma · Tab · Semicolon · Pipe | Optional | Auto | |
| First row is header | dropdownYes · No | Optional | Yes |
More DataTable commands
Ready to automate your busywork?
Start your free 10-day trial today. No credit card, no commitment.