How to parse a CSV file and enter this data onto a table in bubble through a workflow?

So I have a CSV (will have one new file each day) and I want that csv file to get uploaded onto a table in bubble. I’ve created that table with fields matching the columns on the csv file.

I know that one can do this manually by clicking the upload button in the database tab and then mapping the fields, but I want this done automatically by a workflow. I got the csv file to the file manager, now I need to get it to the table. Any suggestions?

Much appreciated
Pedro - bubble dev

You can use the “Upload data as CSV” workflow. Just keep in mind that the CSV file must have headers identical to the field names in Bubble. Also, Bubble won’t parse the data for you if necessary. This means the solution will only work if your fields are text or numbers (and I’m not entirely sure about numbers either). If you have fields that reference other tables, you’ll need to parse the data manually.

I recently helped another user parse CSV data using backend workflows. You can check it out in this topic:

This topic was automatically closed after 70 days. New replies are no longer allowed.