Sun Identity Manager 8.1 Resources Reference

Example

The following example reads the contents of a CSV file.

<loop>
   <skipLinesUntil token=’,’ minCount=’4’ />
   <collectCsvHeader idHeader=’accountId’ />
   <collectCvsLines />
</loop>