csvToJson icon indicating copy to clipboard operation
csvToJson copied to clipboard

Errors parsing JSON from empty csv rows

Open sjv01180 opened this issue 4 years ago • 0 comments

I have a .csv file with an empty row in the beginning of the file. Upon running the function getJsonFromCsv(), the json object cells contain the following:

{: "ID"} {: "Title"} ...

Are there any features in this tool that removes empty rows in the .csv file, prior to conversion?

sjv01180 avatar May 27 '21 22:05 sjv01180