How to traverse through CSV file by row and pass it through MFL
791686Feb 16 2011 — edited Mar 1 2011I have a CSV file which has got n no. of records with new line("N") separating the each record
Each record is of about 10 fields or more delimited by '|'
for eg.
11111|"20090316152"|"0"|"0"|"0"|"0"|"0"|"1-7DT-439"||" "||"N"
22222|"20090216152"|"1"|"0"|"0"|"0"|"0"|"1-7DDI-439"||" "||"N"
33333|"20090316352"|"6"|"0"|"0"|"0"|"0"|"1-5KK-439"||" "||"N"
The requirement is to read the file using OSB - file adapter and pass every record to the MFL for XML conversion
Thanks,
Danny