VBS Script to remove carriage returns from large file.
a
b
As you can see in this the example above are many carriage returns and I need to remove them all. I have attached the vbs code that I tried with no change to the file. Remove--returns.vbs
Programming
Last Comment
dondudley
8/22/2022 - Mon
kaufmed
Are you certain the target file has CRLF as its line endings? Perhaps the file only uses LF, at which point your Replace call would not find anything.
dondudley
ASKER
Here is an example of the original code and notice that it only has one extra carriage return.
2.80;176;4.93;01/20/2012
;
00904-5125-59
;
In my file it is all together in a text file and where the 59; is there is actually a carriage return between the 9 and the semicolon but here is shows different but that is what I need to remove.
Tried it but didn't seem to work. I would like to send the original file to you but it is business confidential. Is there anyway I can get the file to you without anyone seeing it?