anthill / open-moulinette

Scripts to clean Open-Data.
MIT License
40 stars 20 forks source link

Extract 7zip file in Makefile and use glob to iterate over all files on filesystem #36

Closed mcuelenaere closed 8 years ago

mcuelenaere commented 8 years ago

I could not get the conversion script working with the node-7z library, so I converted it to using glob instead (which did work).

vallettea commented 8 years ago

I think you're right because it's certainly more robust this way. Thanks a lot.