Closed pieterprovoost closed 7 years ago
Thanks a lot @pieterprovoost, glad that my work is useful!
I'm considering merging this PR, but I'll need at least some documentation (API, a "performance" warning stating that this method can be time and memory consuming, ...), some unit tests and an entry in the changelog.
Would you be interested in working on that? Otherwise, I'll give it a try but I can't promise when ;)
Thanks again
I'll see what I can do, may take a while as well :)
Manually merged, thanks a lot!
I need to do some validation on the archives I'm reading, and this includes checking if all extension rows have matching core rows. This PR adds a method
DwCAReader.orphaned_extension_rows()
which returns non-matching core IDs and orphaned extension row indices as follows:There may be a more elegant implementation.