docs
docs copied to clipboard
import into got error: parse as TIMESTAMPTZ: parsing as type timestamp: could not parse "NULL"
I have a table with column type TIMESTAMPTZ which is nullable. I tried to import a CSV file into the table.
When this timestamp field is NULL, I will throw error:
import into got error: parse as TIMESTAMPTZ: parsing as type timestamp: could not parse "NULL"