node-csvtojson
node-csvtojson copied to clipboard
Empty CSV or CSV with just Headers creates an invalid JSON
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