docs icon indicating copy to clipboard operation
docs copied to clipboard

import into got error: parse as TIMESTAMPTZ: parsing as type timestamp: could not parse "NULL"

Open jianwu opened this issue 1 year ago • 0 comments

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"

jianwu avatar Apr 18 '24 07:04 jianwu