uktrade / stream-read-xbrl

Python package to parse Companies House accounts data in a streaming way
https://stream-read-xbrl.docs.trade.gov.uk/
MIT License
17 stars 2 forks source link

fix: case insensitive date suffix removal #141

Closed JosefSmith closed 1 year ago

JosefSmith commented 1 year ago

In order to deal with many different date formats, we strip the date suffixes e.g. "st" in 31st. However, this was previously case sensitive and so would not strip the suffix if capitalised.