I am trying to convert a CSV file, converted as a string with toString, to a JSON format.
Using the JSON module that is supposed to “conver any object” in JSON… but the output is still a CSV format.
Any idea how I can achieved this ?
Ultimate goal is to make an automatic conversion of the google Spreadshit to a converted JSON file that will be re-uploaded on google Drive.