I’m using “upload data as CSV” workflow, however when you upload a CSV file with entries that already exist, it just creates duplicates. struggling to find any information on how to check whether an ID already exists - if so then update all fields associated with this ID.
even the built in “modify” option in the data section is no good because you have to use Bubbles unique IDs.
unfortunately that won’t work, I basically have a film database and need an upload solution so that other colleagues can update the film database by uploading a csv. sometimes films get uploaded with minimal data as that is all that’s available at the time, so when we get the rest of the data we need to update the existing films in the database with the additional data. I’m the only one with direct access to bubble so I need to provide a page where others can simply upload a file that will update the database and add new entries all at the same time.
had a look at the plugin but I don’t think it achieves what I need. I’m using the built in fileuploader to upload CSVs that update my database, I need something in the workflow to check if any of the titles in the CSV file exist in the database - if so skip these titles/only create unique items
Thank you for your feedback on our plugin.
To better understand your request, could you please provide some more details about the feature you want? This will help us evaluate its feasibility and compatibility with our plugin and we will add it if possible.
Hi I am not sure how to upload a cv that will update a specific field (e.g. text or date). Should I use a plugin? Which is the key to make sure that the correct record will be updated?
appreciate it, there must be a non complex way to update data on the front end without needing the unique ID if there’s other IDs like SKUs that can be matched.