Search found 1 match
- 09 Dec 2015 05:36
- Forum: DOS Batch Forum
- Topic: How to remove CR/LF in between the line
- Replies: 26
- Views: 36605
Re: How to remove CR/LF in between the line
Hello, Been looking into a similar problem and the above batch works a treat However, the file we export from our system uses | [PIPES] as the column delimiter, I've gotten as far as changing the following line: set "noCommas=!line:,=!" to: set "noCommas=!line:^^|=!" But will not...