tranform exported file
Hi All
we export a file with this format:
963455,XC023," ",0000000.75,0000000.69,P
we using the batch_xform_list.txt managed to transform the file in the format:
XC023," ",963455,0000000.75,0000000.69,P
Is there any way to omit the comma as separator and remove the double quote mark ?
The final format we would like to is:
XC023 9634550000000.750000000.69P
This is the batch_xform_list:
rpas2cisc|I|ftp_out
rpas2cisc|O|ftp_out
rpas2cisc|D|,
rpas2cisc|E|
rpas2cisc|F|variazioni
rpas2cisc|V|
rpas2cisc|X|variazioni_new|1,2,3,4,5,6
rpas2cisc|W|1|2
rpas2cisc|W|2|3
Thanks
Daniele