Both directions with delimiter choice
{{ error }}
CSV is the de facto format for tabular data from Excel/Google Sheets — compact, human-readable, but typeless. JSON is more structured, has types (string, number, boolean, null, array, object) and is native to web APIs. When swapping between them, the header row matters (becomes object keys). Watch the delimiter: German Excel uses semicolons because the comma is the decimal separator.