CSV → DataTable
Parse CSV (text or file) into a DataTable.
ConvertCsvToTable
What it does
Parse CSV (text or file) into a DataTable.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| CSV text | multiline | Optional | Example: name,age
Bob,30 Supports variables | |
| CSV file (optional) | file | Optional | Read CSV from this file instead of the text. Example: C:/data/people.csv Supports variables | |
| Delimiter | dropdownAuto · Comma · Tab · Semicolon · Pipe | Optional | Auto | |
| First row is header | dropdownYes · No | Optional | Yes | No → columns are named col1, col2, … |
| Store DataTable in | variable | Required | Example: table |
More Convert commands
Ready to automate your busywork?
Start your free 10-day trial today. No credit card, no commitment.