chrismattmann / etllib

This is the ETL lib package. It provides an API to munge and prepare JSON, TSV and other data using Apache Tika and JSON parsing/loading for ETL via Apache OODT (or other libs) into Apache Solr.
16 stars 35 forks source link

Update poster.py #34

Closed smritish closed 9 years ago

smritish commented 9 years ago

I have added code to take input json files from a directory if -d option is given with the arguments. Hence, user can either give output as individual json files from stdin or provide a directory where json files reside.

chrismattmann commented 9 years ago

Thanks so much @smritish !