The following example reads the contents of a CSV file.
<loop> <skipLinesUntil token=’,’ minCount=’4’ /> <collectCsvHeader idHeader=’accountId’ /> <collectCvsLines /> </loop>