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

Schema Validation -> date format? #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a schema where one of the fields is a date
2. if the date is not in the default format (for example if it's YYYY-MM-DD 
HH:mm:ss) there doesn't seem to be a way to specify this alternate format in 
the schema, so the check() method fails

What version of the product are you using? On what operating system?
0.5, Windows 7

Please provide any additional information below.
There doesn't seem to be a way to specify an alternate date format for date 
fields in the jaql schema to be used for validation.

Original issue reported on code.google.com by s.forgh...@gmail.com on 5 Aug 2011 at 8:20