Migrating List-Type Data from Bubble to FlutterFlow

Integrations

I recently watched this YouTube video: https://www.youtube.com/watch?v=YrshuxPEjZI and learned the basics of migrating from Bubble to FlutterFlow. However, I'm stuck on an issue and am looking for the best way to resolve it.

In my Bubble app, I have a data type called "Item" that includes a field called "Images," which is a list of image links stored in AWS S3. When I export this data using Bubble's Export function, the image links appear in a single cell as a list in the CSV file. Unfortunately, FlutterFlow's import feature doesn't support this type of list data.

Has anyone faced a similar problem or does anyone have suggestions on how to handle this?

What have you tried so far?

I haven't split the image links into individual CSV files yet, as I'm hoping to find a more efficient solution first. Manually restructuring the data into a different format (like JSON) for import is also an option I've considered, but I'm trying to explore if there's a better method before going down that route.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply