Hello all
I need to remove some spaces from a csv and possbily a footer at the bottom. I've tried using some vbs script but none are working. Can anyone help.
This is the example of how the csv file looks:-
50229020 ,0000033139
43760028 ,0000039153
and this is how I want it to look.
50229020,0000033139
43760028,0000039153
Also remove this line at the bottom of the file:-
(11305 rows affected)
I need to remove some spaces from a csv and possbily a footer at the bottom. I've tried using some vbs script but none are working. Can anyone help.
This is the example of how the csv file looks:-
50229020 ,0000033139
43760028 ,0000039153
and this is how I want it to look.
50229020,0000033139
43760028,0000039153
Also remove this line at the bottom of the file:-
(11305 rows affected)