You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by yewkay August 19, 2022
It seems that there is only an import function in the database CSV import function. At the moment I didn't find a function within budibase to update a table with existing data using csv. Importing a csv into a table with data will repeat the data.
I would like to propose a way of matching the data to be updated eg: using a user-defined column as the ID, so each row item in that column will be matched and all the other columns will be updated with the new CSV being imported.
Additional suggestions to build on the import function:
it could also contain mapping of columns, eg: DB columns A, B, C.. etc are matched to CSV's Columns E,F,G
Additional columns that are not matched in the CSV can have the option to either ignore or create a new column
The text was updated successfully, but these errors were encountered:
This has already been released for the internal Budibase DB!
It was skipped for external databases because there would have been many implementations to do, and you can write your own update queries for external datasources.
Discussed in #7353
Originally posted by yewkay August 19, 2022
It seems that there is only an import function in the database CSV import function. At the moment I didn't find a function within budibase to update a table with existing data using csv. Importing a csv into a table with data will repeat the data.
I would like to propose a way of matching the data to be updated eg: using a user-defined column as the ID, so each row item in that column will be matched and all the other columns will be updated with the new CSV being imported.
Additional suggestions to build on the import function:
The text was updated successfully, but these errors were encountered: