Possible in Wappler to turn an uploaded (by user) CSV file into JSON?

Hi all,

Working on a couple of bulk post API’s for email verification, and also integrations to send our data into third parties.

Often this will result in the user uploading a .csv file that might have name and email columns.

Before I get too far down the rabbit hole here, is this possible with native Wappler, or will I need to find and use an external API / Library to achieve this?

Thanks!

Yes that is exactly what the Import CSV action in Server Connect is for.
It turns the CSV file to Server Connect Data that you can process with other actions or just output and you will have JSON.

1 Like

Amazing @George that is perfect!!