dojobo / marc21r

Examine MARC21 Files in R
Other
2 stars 0 forks source link

handle indicators #6

Open dojobo opened 2 years ago

dojobo commented 2 years ago

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 commented 2 years ago

indicators would be joinable for readability