We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to ignore or filter records by regex?
Only keep records that match 001=^.*6441$
001=^.*6441$
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
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?
pkiraly
No branches or pull requests
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: