Király Péter
Király Péter
@arturisimo Thanks! I am not aware of any work on JSON schema of MARC authority.
The tool have a parameter for it: `-z [list of tags]`, `--ignorableFields [list of tags]`: do NOT validate the selected fields. The list should contains the tags separated by commas...
@nichtich Could you please provide a list of fields which might contain name authority information?
@nichtich I have a question. The definition of `002@` in k10plus.json looks like this: ```JSON "002@" : { "label" : "Bibliografische Gattung und Status", "modified" : "2021-02-15T17:31:35", "pica3" : "0500",...
I am fine with it. But the pattern should be part of the subfield in this case, not the field itself. So here is the full example, injecting the code...
Remaining task: update README
@nichtich * should `[email protected]` be interpret as the `0` subfield of `002@`, so it is equivalent to `002@$0` in another notation? * what does `021A.a?` mean? * `!~` comes from...
For the time being I will not implement the exact syntax, but something which is parsable more easyly, and later I will get back to this feature. There is an...
@nichtich I am working on this, and seems that the `filter` has the opposite meaning than that of `--ignorableRecords`. `filter "[email protected] !~ '^a'"` -- lets in records which are not...
@nichtich Could you adjust this list?