Sivapsg / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

add a JSON importer #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Gridworks should include a JSON importer.  As a tree data structure this will 
work similarly to the Xml importer.

==Specifications==

.json files should be automatically parsed by this importer.
ColumnGroups should be created to maintain the tree structure logic within 
Gridworks.

Original issue reported on code.google.com by iainsproat on 23 Jun 2010 at 2:58

GoogleCodeExporter commented 9 years ago
I'm currently working on teasing out an abstract tree-data importer from the 
XmlImporter, and then building the JsonImporter around that.

Original comment by iainsproat on 23 Jun 2010 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by iainsproat on 28 Sep 2010 at 8:26

GoogleCodeExporter commented 9 years ago
In trunk as of r1421
It passes all unit tests, but (for various reasons) I've not yet checked any 
real world examples on it so may have some bugs which don't (yet) have unit 
tests.

It should now be handling all .js and .json files.

Original comment by iainsproat on 4 Oct 2010 at 10:07

GoogleCodeExporter commented 9 years ago

Original comment by tfmorris on 18 Sep 2012 at 2:58