How to Convert a Google Sheets to Jsonl

I used the Google Drive Download a File module to download a Google sheets. Now, how do I convert this Google sheets to a Jsonl file?

Hey @Marcello_Cardoso

After “Download a File” module you can use “Create Json” module to convert the google sheet into json file. Initiate by establishing a data structure in your “Create Json” module , then seamlessly map the retrieved data from the drive module to facilitate smooth conversion into JSON format.

3 Likes

Thank you Sakshi_agr12, I will try it!

1 Like