<div dir="ltr"><div>I've worked through CSV to JSON and JSON to JSON converters using binds in order to operate on an object-value pair using the contents of an external text file/dictionary. </div><div><br></div><div>E.g. </div><div><br></div><div># linked_agents.ref</div><div><div>do list(path => linked_agents)</div><div>  add_field("foor","bar")</div><div>  replace_all("ref","[^a-zA-z0-9\s]","");</div><div>  lookup("ref","list.csv");</div><div>end</div></div><div><br></div><div>This works very well. But is there a way to execute a similar task with a MARC to MARC conversion?</div><div><br></div><div>Something like firing a lookup in the marc_each context?</div><div><br></div><div><div>do marc_each()</div><div>    lookup('some datafield', 'list.csv')</div><div>end</div></div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div dir="ltr"><div><font size="2" face="garamond, serif" style="background-color:rgb(255,255,255)" color="#666666">Jason Loeffler</font></div><div><font size="2" face="garamond, serif" style="background-color:rgb(255,255,255)" color="#666666">Technology Consultant | </font><span style="color:rgb(102,102,102);font-family:garamond,serif">The American Academy in Rome</span></div><div><br></div></div></div></div></div>
</div>