You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current layout string does not match the representation of date and time combinations defined in ISO 8601.
I think the intersection of RFC3339 and ISO8601 is the most common layout
cf) https://ijmacd.github.io/rfc3339-iso8601/
The text was updated successfully, but these errors were encountered:
According to the manual, the Timestamp included in the CSV must be ISO 8601 compliant.
https://github.com/cloudspannerecosystem/harbourbridge/tree/master/sources/csv
ISO 8601 states that dates and times are concatenated with a "T" as the delimiter.
https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations
However, the layout string currently used for parsing is as follows.
https://github.com/cloudspannerecosystem/harbourbridge/blob/master/sources/csv/data.go#L511
The current layout string does not match the representation of date and time combinations defined in ISO 8601.
I think the intersection of RFC3339 and ISO8601 is the most common layout
cf) https://ijmacd.github.io/rfc3339-iso8601/
The text was updated successfully, but these errors were encountered: