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
19 stars 4 forks source link

feat: add error column and populate #144

Closed JosefSmith closed 1 year ago

JosefSmith commented 1 year ago

In order to deal with the variety of exceptions thrown by the Companies House Accounts pipeline, this PR adds an error column which is populated by the error if a ValueError is thrown, allowing the pipeline to continue running.