Detailed Description of Indexed Table Builder

This step creates an indexed table from specified input columns and a primary key. Indexes are created based on the primary key definition.


Top of page

Example: Example
<step id='builder' className='cz.adastra.cif.tasks.builders.IndexedTableBuilder'>
   <properties key='value'>
      <fileName>subjects.cif</fileName>
      <matchingValue doRemoveRepeatedChars="false" doSqueezeWS="false" />
      <columns>
         <column name='id' src='id' />
         <column name='name' src='company' />
      </columns>
   </properties>
</step>

iWay Software