Detailed Description of String Lookup Reader

This step is used to resolve one string into another. The data source is a file created by the String Lookup Builder step. This input file contains string lookup data containing a "list" of strings. The data format is comprised of a single row (string value) for each lookup string.


Top of page

Example: Example
<step className="cz.adastra.cif.tasks.io.lookup.read.StringLookupReader" id="algorithm_5">
  <properties valueColumnName="value" fileName="./StringLookup.cif"/>
</step>

iWay Software