csvToJson
                                
                                
                                
                                    csvToJson copied to clipboard
                            
                            
                            
                        Errors parsing JSON from empty csv rows
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?