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

Refactor marc_clean_serialize into separate functions #1460

Open
shelleydoljack opened this issue Nov 25, 2024 · 0 comments
Open

Refactor marc_clean_serialize into separate functions #1460

shelleydoljack opened this issue Nov 25, 2024 · 0 comments
Labels
data export Related to Data Export out of FOLIO to external vendors

Comments

@shelleydoljack
Copy link
Contributor

This function does two things but maybe in some cases we would only want one of them to happen. It removes the tags using the exluded tags list but also writes out marc to marcxml. It seems like the function should be split into two. We don't have a use case yet for it, but there might be a future need to exclude tags but not serialize to xml.

def marc_clean_serialize(marc_file: str, full_dump: bool):

@shelleydoljack shelleydoljack added the data export Related to Data Export out of FOLIO to external vendors label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data export Related to Data Export out of FOLIO to external vendors
Projects
None yet
Development

No branches or pull requests

1 participant