edsu / pymarc

process MARC records from Python
http://python.org/pypi/pymarc
Other
251 stars 99 forks source link

How to analyze the bad.dat #121

Closed xingzhicn closed 5 years ago

xingzhicn commented 5 years ago

I have a format that needs to be parsed, like the structure test/bad.bat, but I didn't find the demo in your code.

edsu commented 5 years ago

I'm not sure what bad.dat was doing there as it wasn't used by any of the tests. Unfortunately pymarc doesn't include any functionality to work with MARCMaker format. But you might want to check out MarcEdit which does!