jiaola / marc4js

A Node.js API for handling MARC
Apache License 2.0
38 stars 7 forks source link

Continue on Parse Error? #1

Open thesynthetic opened 8 years ago

thesynthetic commented 8 years ago

When encountering a parse error on a record, the parsing does not continue. Is there a way to allow the script to skip the record with the error and continue to the next?

MarcError: Subfield doesn't start with 0x1f

mjwdavis commented 3 years ago

Did you ever get a solution to this? I'm experiencing the exact same error.