Thanks Adam. Glad this process worked well for you. Let me know if you're encountering any other challenges related to managing data in Bubble and I will keep those topics in mind for future videos.
When I create my grouping for the big repeating group, the only fields it shows are the built-in fields from bubble. How can I get it to show the fields I created?
Seems to work for the first 2 or 3 data entries but then it says every entry already exists there after even if it isn't a duplicate. Is there any other options?
No, for this you will need some other method of sifting through the CSV file to find duplicates. None of the current plugins in Bubble dealing with CSV files can do this but it is probably possible to code as an extension of Bubble via a new plugin stackoverflow.com/questions/52090094/remove-duplicate-values-from-a-csv-in-sequelize-and-node-js/52090941
Great video. This worked for me very well. Your voice is perfect for these types of videos.
Thanks Adam. Glad this process worked well for you. Let me know if you're encountering any other challenges related to managing data in Bubble and I will keep those topics in mind for future videos.
Excellent! Many thanks!
When I create my grouping for the big repeating group, the only fields it shows are the built-in fields from bubble. How can I get it to show the fields I created?
Thanks! Helps a lot
Couldn't find the merge instructions on your website.
how can I track duplicate names in a repeating group which the data is coming from an external API
Hi Evan. Great Video!
I couldnt find the merge video on your website. Can you send the link?
Thanks
Seems to work for the first 2 or 3 data entries but then it says every entry already exists there after even if it isn't a duplicate. Is there any other options?
Me too!
would the "only when" work when data is uploaded on CSV on the running version?
No, for this you will need some other method of sifting through the CSV file to find duplicates. None of the current plugins in Bubble dealing with CSV files can do this but it is probably possible to code as an extension of Bubble via a new plugin
stackoverflow.com/questions/52090094/remove-duplicate-values-from-a-csv-in-sequelize-and-node-js/52090941
@@EvanLittle I'll take a look at it. Thanks for the reply.
@@the-leap. did you find a way to remove remove duplicates when using the csv upload action?