Closed pasqLisena closed 8 years ago
What the converter does now:
for each
until
Consequently, the MARC file is parsed at each step.
A better workflow could be:
search
That search will remain a full search, but the XmlReader will expose a proper method (from code to line).
What the converter does now:
for each
Class (Work, Expression, Performance,...)for each
Property (has_title, has_genre,...)until
the MARC code for that property is foundConsequently, the MARC file is parsed at each step.
A better workflow could be:
for each
Class (Work, Expression, Performance,...)for each
Property (has_title, has_genre,...)search
the MARC code for that propertyThat
search
will remain a full search, but the XmlReader will expose a proper method (from code to line).