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

fix: removed logic for overlapping dates #109

Closed JosefSmith closed 1 year ago

JosefSmith commented 1 year ago

Previous logic ensured no overlaps in start and end dates for files to reduce duplication, but this may have been preventing some daily files from being ingested as a large amount of data was missing, so this has been removed. We will instead look to deal with the duplication later.