-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignorableRecords by regex? #551
Comments
Unfortunately right now it is not possible, but it could be a new feature. Is there any semantics in 6441? How much such records do you have? |
In 001 we have ALMA MMS IDs and the 6441 refers to the ALMA NZ of hbz. Of our 31.172.536 records around 27.838.370 (~87%) have an ID ending with 6441 that we want to keep. |
Thanks! I will investigate how much time this change requires, and let you know if I can implement it this year. |
@TobiasNx Is there no other way to identify NZ records besides of 001? |
If this gets implemented please do not allow |
Is there a way to ignore or filter records by regex?
Only keep records that match
001=^.*6441$
The text was updated successfully, but these errors were encountered: