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

MARCXML #9

Closed
edsu opened this issue Jan 16, 2024 · 0 comments · Fixed by #10
Closed

MARCXML #9

edsu opened this issue Jan 16, 2024 · 0 comments · Fixed by #10

Comments

@edsu
Copy link
Collaborator

edsu commented Jan 16, 2024

It might be useful to be able to generate tables from MARCXML as well as MARC in transmission format.

edsu added a commit that referenced this issue Jan 16, 2024
This adds support for converting MARCXML files. It uses pymarc's
`pymarc.marcxml.parse_xml_to_array` so it will read all the records in
the XML file into memory, and then convert them.

Fixes #9
edsu added a commit that referenced this issue Jan 16, 2024
This adds support for converting MARCXML files. It uses pymarc's
`pymarc.marcxml.parse_xml_to_array` so it will read all the records in
the XML file into memory, and then convert them.

Fixes #9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant