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

handle indicators #6

Open
dojobo opened this issue Jul 31, 2022 · 1 comment
Open

handle indicators #6

dojobo opened this issue Jul 31, 2022 · 1 comment

Comments

@dojobo
Copy link
Owner

dojobo commented Jul 31, 2022

currently indicators are ignored. they are expressed as XML attributes:

<marc:datafield tag="082" ind1="1" ind2="0">value</datafield>

most likely these should be handled as their own columns:

t082,t082i1,t082i2
value,1,0
@dojobo
Copy link
Owner Author

dojobo commented Jul 31, 2022

indicators would be joinable for readability

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

No branches or pull requests

1 participant