Storing parsed data in crop.json
Reading processed data from crop.json
Output regular data as CSV to harvest.csv
Traceback (most recent call last):
File "combine.py", line 42, in <module>
tiq_output('crop.json', 'enrich.json')
File "/Users/alexcp/src/combine/baler.py", line 19, in tiq_output
with open(enr_file, 'rb') as f:
IOError: [Errno 2] No such file or directory: 'enrich.json'