Detailed Description of Indexed Table Reader

The data source for this step is a file containing a table with a primary key (built by the Indexed Table Builder step). The column containing the primary key and columns defined in the configuration will be read from this table. The output has the following format:

Primary key

Column 1

Column 2

...

primary key value

column 1 value

column 2 value

...



Example: Example
<step className="cz.adastra.cif.tasks.io.lookup.read.IndexedTableReader" id="algorithm_8">
  <properties fileName="./IndexedTable.cif" primaryKeyColumnName="primaryKey">
    <columns>
      <column type="STRING" name="replacement"/>
      <column type="STRING" name="value"/>
    </columns>
  </properties>
</step>

iWay Software