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
I want to import rows with empty cells into a database
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.
User Story
User Acceptance Criteria
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
The text was updated successfully, but these errors were encountered: