Closed micahsaul closed 9 years ago
Thanks, @micahsaul, trying this out now. One thing I think we'll need is adding pyxb to requirements.txt.
@micahsaul updated requirements.txt. FWIW, I was able to run the script locally and generate a whole bunch of XML.
python processors/xbrl/xbrl_translate.py data/appropriation.csv data/object_class_program_activity.csv data/award_financial.csv data/award.csv test
will output a giant mess of XML files to directory: test.
This will need some revising when we get the new data. It's also the opposite of PEP8 compliant currently.