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

decimals in delimited files #77

Open
GoogleCodeExporter opened this issue Feb 14, 2016 · 1 comment
Open

decimals in delimited files #77

GoogleCodeExporter opened this issue Feb 14, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Currently, decimal values are serialized with the trailing 'm' suffix to
distinguish them from double values.  We should omit this suffix because
most delimited readers will not understand the 'm'.  When we read a
delimited file, we should parse a numeric values based on the schema.

Original issue reported on code.google.com by [email protected] on 30 Mar 2010 at 11:50

@GoogleCodeExporter
Copy link
Author

We experienced, that JAQL writes these formats, but is not able to read them. 
We always had to reconvert the attributes which included a decimal value.

Original comment by [email protected] on 15 Jul 2010 at 2:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant