okfn / messytables

Tools for parsing messy tabular data. This is now superseded by https://github.com/frictionlessdata/tabulator-py
http://messytables.readthedocs.io/
387 stars 110 forks source link

Add support for Flat XML ODF Spreadsheet (.fods) #178

Open jonadem opened 7 years ago

jonadem commented 7 years ago

The ".fods" file format is quite convenient when something more powerful than .csv is needed and when we want to keep track of changes in a version control system (because it's flat).

".fods" is basically an unzipped version of ".ods".