Search found 1 match
- 21 Dec 2017 00:51
- Forum: DOS Batch Forum
- Topic: Automatically copy data from a text file into excel
- Replies: 11
- Views: 17062
Re: Automatically copy data from a text file into excel
Might want to try powershell first. Its pretty good at this kind of task. Once you get the search strings you are looking for its easy to do a replace "bla bla bla" with ",bla bla bla" in the output file you get running this script below. You basically build a CSV file that can be feed into a functi...