Details
Description
When writing to CSV, timestamp columns error with cast_string not supporting timestamp[ns]. It would be nice to support this cast this via e.g. ISO 8601.
This happened when trying to use postgres' COPY ... FROM STDIN WITH CSV, which is a method to bulk load data into postgres.