Open dojobo opened 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
indicators would be joinable for readability
currently indicators are ignored. they are expressed as XML attributes:
most likely these should be handled as their own columns: