Tools/tabular/convert

tabular/convert

Convert tabular data between CSV, JSON, and XLSX.

Dynamic (cost in response)
charged on success

What it does

Reads a CSV, JSON, or XLSX file and writes it out in another of those formats, preserving columns and values.

Primary use cases

  • Turning a CSV export into XLSX for a stakeholder, or XLSX into JSON for an API.
  • Normalizing data files between steps of an agent workflow.

Good to know

JSON is read/written as an array of row objects (records). For XLSX input, pass sheet to pick a non-default sheet.

Parameters

tostringrequired

Target format.

fromstringrequired

Source format.

sheetstringoptional

Sheet name for xlsx input (default first sheet).

input_urlstringrequired

Pre-signed GET URL of the input file.

expires_inintegeroptionaldefault: 3600

Download URL TTL in seconds.

output_filenamestringoptional

Filename for the output. Defaults to output.<to>.

tabular/convert — Faro