You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
It might be useful to be able to generate tables from MARCXML as well as MARC in transmission format.
The text was updated successfully, but these errors were encountered: