john-liu / jaql

Automatically exported from code.google.com/p/jaql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decimals in delimited files

GoogleCodeExporter opened this issue · comments

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 Kevin.Be...@gmail.com on 30 Mar 2010 at 11:50

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 kekzpa...@googlemail.com on 15 Jul 2010 at 2:07