G
Guest
I want to be able to convert a large CVS file into a Carriage Return Vairable
TXT file
CVS File Formate
A,B,C,112
A,B,e,124
File format required is
A
B
C
112
A
B,
e
124
and end up with TXT file ?
TXT file
CVS File Formate
A,B,C,112
A,B,e,124
File format required is
A
B
C
112
A
B,
e
124
and end up with TXT file ?