Hello to everybody,
I trying to do a file content conversion for the following file :
a;b;c;d;a;b;c;d;a;b;c;d
Problem :
file has 4 fields meaning that there is not a nl after each line . The correct file for instance have to be
a;b;c;d
a;b;c;d
a;b;c;d
Target structure :
line
field a
field b
field c
field d
line
field a
field b
field c
field d
etc...
is this achievable ?
just to be more clear :
The incoming csv file has all it's lines continuoysly : no new line after each record ..
Edited by: Laurent Fournier on Jan 20, 2011 2:13 PM