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

Two fixes in reading ods format: duration correction and multi-text inside a paragraph #176

Closed chfw closed 6 years ago

chfw commented 7 years ago
  1. PT288H00M00S is a valid duration. Here is the reference: https://github.com/pyexcel/pyexcel-ods/issues/6
  2. multiple texts inside a paragraph should be collected instead of the first name. Here is the reference: https://github.com/pyexcel/pyexcel/issues/81