Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUDI-7552] CSV import messes up auto generated Auto ID column. #11873

Closed
1 task done
ConorWebb96 opened this issue Sep 25, 2023 · 0 comments
Closed
1 task done

[BUDI-7552] CSV import messes up auto generated Auto ID column. #11873

ConorWebb96 opened this issue Sep 25, 2023 · 0 comments
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

Comments

@ConorWebb96
Copy link
Contributor

ConorWebb96 commented Sep 25, 2023

Checklist

  • I have searched budibase discussions and github issues to check if my issue already exists

Hosting

  • Self
    • Method: docker compose
    • Budibase Version: 2.10.10
    • App Version: 2.10.10

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:

  1. Create a Budibase internal db data source.
  2. Create relevant columns related to the CSV below
  3. Import CSV attached below
  4. Add another row after CSV import
  5. See issue with Auto ID columns.

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
Screenshot 2023-09-25 at 09 45 55

Screen Recording 2023-09-25 at 09 49 36

CSV Export
export.csv

BUDI-7553

@ConorWebb96 ConorWebb96 added bug Something isn't working bb-data-import-export Exporting/Importing of data bb-data-ui linear labels Sep 25, 2023
@ConorWebb96 ConorWebb96 changed the title CSV import messes up auto generated Auto ID column. [BUDI-7552] CSV import messes up auto generated Auto ID column. Sep 25, 2023
@ConorWebb96 ConorWebb96 changed the title [BUDI-7552] CSV import messes up auto generated Auto ID column. [BUDI-7553] CSV import messes up auto generated Auto ID column. Sep 25, 2023
@ConorWebb96 ConorWebb96 changed the title [BUDI-7553] CSV import messes up auto generated Auto ID column. [BUDI-7552] [BUDI-7553] CSV import messes up auto generated Auto ID column. Sep 25, 2023
@ConorWebb96 ConorWebb96 changed the title [BUDI-7552] [BUDI-7553] CSV import messes up auto generated Auto ID column. [BUDI-7552] CSV import messes up auto generated Auto ID column. Sep 25, 2023
@ConorWebb96 ConorWebb96 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2023
@ConorWebb96 ConorWebb96 reopened this Sep 25, 2023
@ConorWebb96 ConorWebb96 added firestorm Data/Infra/Revenue Team Low priority Created by Linear-GitHub Sync labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant