Update Datablaze Table with new information from csv

Hi All!

Newer to using DataBlaze, I was able to upload a .csv and reference it how I needed to in TextBlaze., But what I cant figure out (or know if it is possible) is how I could upload a new, updated .csv and only have the new/updated cells populate in Datablaze without repeating data.

Is this possible?

If not would the best workaround be to delete all of the current rows with each new .csv upload that way the snippets still work effortlessly?

Thanks all!

Hi @MHector, welcome to the forum. :slight_smile:

Unfortunately, there's no direct way to upload a CSV so that it populates your updated/new data in a table. But if I got you correctly, then it looks like your CSV file will always contain your full data in an up-to-date version. If that's the case, your workaround looks good, and the easiest way to do so is by deleting your existing table, and creating a new one with the same name, by clicking on the "Add a table" button, then the "Import a CSV file" link, and choosing your updated CSV file.

Your snippet should still work in that case, given that you don't reference any rows with their IDs within your snippets. However, please note that your snippets will stop working during the short time between deleting your existing table and importing the updated one, maybe you can shorten that time by importing the table first, deleting the old one, and then renaming the imported one.

Please let me know if you still have any questions about it.