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

[FEATURE] Support invalid / empty integer values #513

Closed
1 task
kreisligaspieler opened this issue Jan 23, 2024 · 1 comment
Closed
1 task

[FEATURE] Support invalid / empty integer values #513

kreisligaspieler opened this issue Jan 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@kreisligaspieler
Copy link

User Story

  1. As a user
  2. I want to import rows with empty cells into a database
  3. So that i can have empty values not only in text columns, but also in integer columns

User Acceptance Criteria

  • By default rows whit empty values in integer columns are dropped. It would be better if the user could choose between dropping columns or assigning a "Null"-Value.

Examples

https://download-data.deutschebahn.com/static/datasets/haltestellen/D_Bahnhof_2020_alle.CSV
-> "Betreiber_Nr" is sometimes empty, so at them moment the corresponding rows are skipped during the import. A solution would be to change the definition of integer or to allow something like that: "Betreiber_Nr" oftypeype integer | undefined

@kreisligaspieler kreisligaspieler added the enhancement New feature or request label Jan 23, 2024
@georg-schwarz georg-schwarz changed the title [FEATURE] <Invalide/ EMpty integer values> [FEATURE] Support Invalid / Empty integer values Jan 23, 2024
@georg-schwarz georg-schwarz changed the title [FEATURE] Support Invalid / Empty integer values [FEATURE] Support invalid / empty integer values Jan 23, 2024
@georg-schwarz
Copy link
Member

georg-schwarz commented Jan 23, 2024

Will be incorporated in #291
I will close the issue to avoid duplications.

Thanks for the contribution!

@georg-schwarz georg-schwarz closed this as not planned Won't fix, can't repro, duplicate, stale Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants