Skip to content
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

Add how to read MARC XML without namespace definition #552

Closed
dr0i opened this issue Jul 15, 2024 · 0 comments · Fixed by #553
Closed

Add how to read MARC XML without namespace definition #552

dr0i opened this issue Jul 15, 2024 · 0 comments · Fixed by #553
Assignees

Comments

@dr0i
Copy link
Member

dr0i commented Jul 15, 2024

It's already possible to read MARC XML without having a namespace defined:

* A marc xml reader. To read marc data without namespace specification set option namespace="" or to null when using JAVA code.

This information is just not part of the @Description and thus doesn't made it into the docu.

May be related to #545.

@dr0i dr0i self-assigned this Jul 15, 2024
@dr0i dr0i added this to Metafacture Jul 15, 2024
@dr0i dr0i moved this to Working in Metafacture Jul 15, 2024
dr0i added a commit that referenced this issue Jul 15, 2024
The @description describes how to set null using the flux. The method
description descrbes how to set it using the JAVA-Api.
dr0i added a commit that referenced this issue Jul 15, 2024
The @description describes how to set null using the flux. The method
description descrbes how to set it using the JAVA-Api.
dr0i added a commit that referenced this issue Jul 15, 2024
To ignore the namepace it has to be set to null.
The @description describes how to set to null using the flux. The method
description describes how to set it using the JAVA-API.
dr0i added a commit that referenced this issue Jul 16, 2024
The MARC21 namespace is checked by default.
Sometimes there is MARC21 data without the proper namespace or none namespace
at all. To make the handler run in such cases the namespace must be explicitly
set as parameter to match the namespace used in the data.

The @description describes how to set an empty namespace if the namespace is
missing. Ignoring the namepace at all can be done only via JAVA-API by setting
it to null.
dr0i added a commit that referenced this issue Jul 16, 2024
The MARC21 namespace is checked by default.
Sometimes there is MARC21 data without the proper namespace or none namespace
at all. To make the handler run in such cases the namespace must be explicitly
set as parameter to match the namespace used in the data.

The @description describes how to set an empty namespace if the namespace is
missing. Ignoring the namepace at all can be done only via JAVA-API by setting
it to null.
@dr0i dr0i closed this as completed in #553 Jul 16, 2024
@github-project-automation github-project-automation bot moved this from Working to Done in Metafacture Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant