Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve timestamp type matching in JSON transform #68

Open
nassibnassar opened this issue Apr 23, 2024 · 0 comments
Open

Improve timestamp type matching in JSON transform #68

nassibnassar opened this issue Apr 23, 2024 · 0 comments
Milestone

Comments

@nassibnassar
Copy link
Contributor

The JSON transform calls command.InferTypeFromString() which recognizes timestamptz and timestamp types using regular expressions. The timestamptz regular expression does not allow for the fractional time zone part of:

2009-01-07T23:59:59-07:00

The regular expression should be extended to support this, or another approach found.

@nassibnassar nassibnassar added this to the 1.4 milestone Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant