Open
Description
Steps to reproduce
- create a table and a view with "ID" column selected
- Export all row of this view
- Edit it on your computer to modify data on one or many row (no change on columns)
- import the modified file into the view
Expected behavior
- The row should just update and not duplicate, (because the "ID" column is left untouched and is unique per row)
- The second column "ID" should not be created
Actual behavior
- Every row is now duplicate, half is the old version, half is the new version
- Also a new column is automatically created (a ID column), even if the choice "create missing column" is not choosen
Tables app version
0.7.5
Browser
firefox
Client operating system
windows
Operating system
Debian
Web server
Nginx
PHP engine version
None
Database
PostgreSQL
Additional info
Nextcloud 29.0.5
The reason why i want to do this:
I want to modify a lots of row quickly, and doing it in Table, editing row one by one is just toooooooo long.
Right now, the only solution i found is to export data, delete it, modify it on my computer, and import it again.