Metadata-Version: 1.1
Name: py_curate_json
Version: 0.1.0
Summary: Flatten and Denormalize Hierarchnical JSON Data
Home-page: https://github.com/bundgus/py_curate_json
Author: Mark Bundgus
Author-email: bundgus@gmail.com
License: MIT
Description: py_curate_json

        ==============

        

        Curate:

        http://www.macmillandictionary.com/us/dictionary/american/curate_2

        "to select items from among a large number of possibilities for other people to consume and enjoy"

        

        Flattens a JSON record without requiring a JSON schema or invidual element mapping.

        

        For a file with a list of JSON records (one per line), first run the curate script to create a schema.

        

        Then run the flatten/denormalize scipt to actually flatten the JSON according to the derived schema and output as a csv file.

        

        ToDo: configurable column sub-name delimiter

        
Keywords: json
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Python :: 3 :: Only
