Hi this is what I used
Dim sName
Dim fso
Dim fol
' create the filesystem object
Set fso = WScript.CreateObject("Scripting.FileSystemObject")
' get current folder
Set fol = fso.GetFolder("C:\test1")
' go thru each files in the folder
For Each fil In fol.Files
' check if the file name...
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...
Thanks.
sorry the output actuall looked looked like
50229020 ,0000033139
and I wanted it to look like
50229020,0000033139
and also remove the
(11305 rows affected)
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 the vbs script:-
50229020 ,0000033139
43760028 ,0000039153
51582016 ,0000056292...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.