connector
CSV over HTTP
Turn any hosted CSV file into a queryable source.
Connection fields
| Field | Required | Description |
|---|---|---|
path | Yes | Path to the CSV file, resolved on the server arcodash runs on. |
delimiter | No | Field delimiter. Defaults to ",". |
Example configuration
{
"path": "/data/exports/orders.csv",
"delimiter": ","
}Caveats
- Like the JSON connector, query text is ignored — every run re-reads the same configured file from disk.
- The path must resolve to a regular file outside system directories (/etc, /proc, /sys, /dev, /run, /boot, /root are explicitly blocked) on whichever host runs the connector.