Converting csv into json and the csv is empty or just headers, it will create the following invalid json file: ``` ] ``` I would expect valid json: ``` [] ``` Using delimiter as `auto` and downstreamFormat as `array`