Hi..
I have a file with title output.dat.format of this file is as follows
0 0.00E+00 0.00E+00 -2.00E-02 9.48E+02
1 0.00E+00 0.00E+00 -1.80E-02 9.48E+02
yes,Thats right.without any comma between.(just tab space)
i need to create a file from this output.dat which has form similar to
0,9.48E+02
0,9.48E+02
i.e the first and last column separated by comma and no white space in the entire line...I tried to code this by creating dictionary...i am unable to get the required output
PS:the initial file 1.e output.dat has 10,000 line in a format mentioned above