protobuf-bigquery-go icon indicating copy to clipboard operation
protobuf-bigquery-go copied to clipboard

Support for unmarshaling dates and times to string fields

Open RoryQ opened this issue 10 months ago • 0 comments

BigQuery allows writing to Date and Time columns as strings. It would be helpful to unmarshal the civil.Date and civil.Time structs back to string fields allowing fmt.Stringer types where string unmarshaling is happening.

RoryQ avatar Apr 16 '24 01:04 RoryQ