connector
CSV over HTTP logo

CSV over HTTP

Turn any hosted CSV file into a queryable source.

Connection fields

FieldRequiredDescription
pathYesPath to the CSV file, resolved on the server arcodash runs on.
delimiterNoField 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.