|
gsanders32
Joined: 19 Apr 2012 21:53 Posts: 2
|
 Removing All Spaces from CSV
I need a little help with a csv file. I need to remove all the spaces in the file. I would like to do this in a batch file, so I can use windows task scheduler to automate the removal of the spaces.
Example 41712, 1200, 113.6539, 63.724998, 12.974346 41712, 1215, 113.724701, 63.612499, 13.04028 41712, 1230, 113.770203, 63.724998, 13.07691 41712, 1245, 113.805603, 63.724998, 13.11354 41712, 1300, 113.837601, 63.612499, 13.142844
|
|
foxidrive
Joined: 10 Feb 2012 02:20 Posts: 2461
|
 Re: Removing All Spaces from CSV
Also, a change utility will do it simply. Bruce Guthrie wrote a swag of 16 bit freeware utilities including change.exe - they only work with short filenames but are still effective.
And SED is a good contender too.
The batch script is good too though in this case.
|