cockroachdb/docs

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

jianwu opened this issue · 0 comments

Exalate commented:

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"

Jira Issue: DOC-10128