How do I parse a csv and upload the results to my backend? (Xano)

Hello everyone, I am very new to using WeWeb and I wanted to ask something. I’m looking to allow the users of my app to upload a CSV file with different fields that should be saved in a table in Xano. I’ve watched the tutorial about uploading a file, but it seems to focus more on saving things like images or single files. However, what I need is for the content of the file itself to be saved inside Xano. I hope I have made myself clear. Any suggestions or assistance would be greatly appreciated. Thank you in advance!

You’ll need to likely inject some js, parse the file, then shoot it to xano.

These may help you get started

Papa parse and bulk adds.

1 Like

Hello @stevedesignerd Could you find a way to do it? I have the same problem and I still can’t find the way