Hello FlutterFlow Community,
I'm working on a project that involves a dataset of over 16,000 restaurants. I have this data in a CSV file, but it exceeds the import limit for FlutterFlow. I understand that I need to insert this data directly into the Firestore database.
I've tried a few methods to convert the CSV to JSON and then import it into Firestore, but I'm facing challenges. Has anyone here successfully imported a large dataset directly into Firestore for use with FlutterFlow? If so, could you please guide me through the process or recommend any tools/scripts that might make this task easier?
Any help or insights would be greatly appreciated. Thank you in advance!
Update: I have successfully resolved this issue. The solution involved dividing the large Excel file into smaller CSV files, each containing a portion of the original dataset. This approach allowed me to circumvent the import size limitations in FlutterFlow by uploading each smaller CSV file separately. This method proved to be an effective way to handle large datasets. I hope this solution can assist anyone else encountering similar challenges with large data imports into FlutterFlow.