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

Timestamp deserialization not working for CSV, Properties or XML #117

Closed
cowtowncoder opened this issue Jul 15, 2020 · 0 comments
Closed
Milestone

Comments

@cowtowncoder
Copy link
Member

Use of integer timestamps works for dataformats with integer datatype for scalars, including JSON as well as YAML and all binary formats. However, they do not work for textual formats that do not have native numeric types: CSV, Properties or XML.
With 2.12 it is possible to recognize use with such formats so it should be possible to support case of "timestamp number as String" just for these formats without necessarily extending values to JSON (although support for other formats may be added in configurable way, if users want it).

@cowtowncoder cowtowncoder changed the title Timestamp serialization not working for CSV, Properties or XML Timestamp deserialization not working for CSV, Properties or XML Jul 15, 2020
cowtowncoder added a commit that referenced this issue Jul 15, 2020
cowtowncoder added a commit that referenced this issue Jul 15, 2020
@cowtowncoder cowtowncoder added this to the 2.12.0 milestone Jul 15, 2020
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