Skip to content

New Data Connector: CSV

GraFx Studio icon

A new data connector is available in GraFx Studio — the CSV Data Connector. It lets you use any publicly accessible CSV file as a data source for your templates, with no authentication required.

✨ New & Improved

CSV Data Connector

Connect a CSV file to your template by pasting its public URL into the connector configuration. GraFx Studio reads the column headers and maps them to template variables automatically.

Supported out of the box: comma and semicolon delimiters, quoted fields, Excel UTF-8 exports, and automatic type inference per column — text, number, date, and boolean.

Records are browsable in Run Mode and the Studio UI.

Hosting requirement

The CSV file must be served with a Content-Type: application/json response header. This is a runtime constraint of the connector framework — the file content itself is unaffected. Any static host where you can set response headers (S3, Azure Blob, CDN) will work.

More info

CSV Data Connector