Hey there,
I am looking for a solution that creates a downloadable JSON file.
Current situation: I store data in google spreadsheet, export it as csv and convert the csv into JSON using csvjson.com.
I want to automate these steps in way and tried to create google doc template with the JSON structure, which is filled with data from the spreadsheet. However, the file cannot be downloaded as JSON from the google doc. And even when exporting it as txt file and rename it to .json, the file is corrupted.
Do you have any ideas or suggestions to achieve this?
Thank you all in advance