alexfinnarn / directory_parser

MIT License
1 stars 5 forks source link

Create A Flat JSON Export #7

Open alexfinnarn opened 6 years ago

alexfinnarn commented 6 years ago

Add a select list for "tree" vs "flat" structure on the import form. Then export the JSON in a flat structure rather than a tree. The same function that parsed the CSV can be used to export the flat JSON.

alexfinnarn commented 6 years ago

related to https://github.com/CuBoulder/directory/issues/22