If you put an invalid entry in a row beyond the scope of our type-detection mechanism (>10000 IIRC), it will not behave nicely.
The example comes from taxi-one-day.csv, which has a "\N" cell for a Real typed column. It gives me:
12:56:12.732 › postgres: 2022-10-26 12:56:12.732 CEST [74911] FEHLER: ungültige Eingabesyntax für Typ real: »\N«
12:56:12.733 › postgres: 2022-10-26 12:56:12.732 CEST [74911] ZUSAMMENHANG: COPY taxi-one-day, Zeile 15631, Spalte dropoff_longitude: »\N«
12:56:12.733 › postgres: 2022-10-26 12:56:12.732 CEST [74911] ANWEISUNG: COPY "taxi-one-day" FROM STDIN (DELIMITER ',', FORMAT CSV, HEADER true)
in the console, but nothing useful in the GUI (Import failed and an import stuck halfway).
If you put an invalid entry in a row beyond the scope of our type-detection mechanism (>10000 IIRC), it will not behave nicely.
The example comes from
taxi-one-day.csv, which has a"\N"cell for a Real typed column. It gives me:in the console, but nothing useful in the GUI (
Import failedand an import stuck halfway).