Need to replace 13 blank spaces from 1 very long line of text file
问题 I have a file (1.8 Mb) that has 1 single (very long) row of text. The values on that row are generally separated by 13 blank spaces. What I am trying to do is to replace these 13 blank spaces with a pipe | delimiter so that I can process this text file using SSIS. So far, I have had no success in programmatically processing this file using a batch file. I have tried using the below code that I got from another SO post. @echo off REM create empty file: break>R1.txt setlocal