What happens to the header row when converting CSV to JSON?
With "First row is header" checked (the default), the first row's values become the JSON object keys and each following row becomes one JSON object. If you uncheck it, every row — including the first — is converted into a plain JSON array of values instead.