[BUDI-7552] CSV import messes up auto generated Auto ID column. #11873
Labels
bb-data-import-export
Exporting/Importing of data
bb-data-ui
bug
Something isn't working
firestorm
Data/Infra/Revenue Team
linear
Low priority
Created by Linear-GitHub Sync
Checklist
Hosting
Describe the bug
When importing a CSV that has an Auto ID column into an internal Budibase table with a auto generated Auto ID column. The columns don't have awareness of what the last Auto ID is.
For example if i imported a CSV into a new table were there hasn't been any rows created. The next manually created rows Auto ID would be 1 instead of continuing from wherever the import CSV rows left off.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If a CSV includes an Auto ID column, it should then generate any new manually created rows + 1 of the last row. For example if the CSV imports 6 rows with related Auto Ids that add to 6, when creating the next row manually it should become 7.
Screenshots

CSV Export
export.csv
BUDI-7553
The text was updated successfully, but these errors were encountered: