Posted to
Input Formats
by
albertop
on
05-07-2009, 10:48 AM
Hi,
Is it possible to parse a text file which is basically a CSV file but it has "|" as field delimiter and "^" as record delimiter?
Example:
This is field 1|This is field 2|This is field 3^
This is field 1|This is field 2|This is field 3^
If yes, how?
Regards,
Alberto.