VBScript to correctly/re format a delimited text file?
问题 Can someone help me reformat/correctly format a delimited text file using VBScript? I have a text file that is ^ delimited as below: AGREE^NAME^ADD1^ADD2^ADD3^ADD4^PCODE^BAL^ARREARS 00010004000051162^MISS JENNIFER GRAY ^123 FAKE STREET ^ ^TOWN ^COUNTY ^POSTCODE ^ 004978.00^ 000188.72 All of the data contains leading and trailing spaces that need to be removed. I only have VBScript available to do this. I have tried to use ADO GetStrings but it has yielded inconsistent results because of the