catap / jaql

Jaql is a query language designed for Javascript Object Notation (JSON), a data format that has become popular because of its simplicity and modeling flexibility. Jaql is primarily used to analyze large-scale semi-structured data. Core features include user extensibility and parallelism. In addition to modeling semi-structured data, JSON simplifies extensibility. Hadoop's Map-Reduce is used for parallelism.
2 stars 0 forks source link

decimals in delimited files #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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