User: Aaron -- 2015-07-22 << 1312 1314 >> |
Hits: 3218 |
Type: Text file splitter |
Search all Text file splitter examples |
Description: |
I would like to split multiple text files by line and save each to their own file. Thanks |
Input Sample: |
File A: "Aaaa aaa aaa?" Bbbbb bbb bb. Cc cccc ccc. etc. File B: Aaaaaaa aaaaaa. B b bbb b. "Cccc?" etc. |
Output Sample: |
Output file 1: "Aaaa aaa aaa?" Aaaaaaa aaaaaa. etc. Output file 2: Bbbbb bbb bb. B b bbb b. etc. Output file 3: Cc cccc ccc. "Cccc?" etc. |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
Assume you want to split file to c:\temp\1.txt, 2.txt, ... 1. ctrl-h open replace window * set 'replace unit' to 'Line' * click 'advanced' tab: set 'run following for each matched unit' to: or 2. click 'batch' button open 'batch runner' window 3. drag multiple files to 'batch runner' window 4. check 'set output filename', and set the entry to be blank(default is ${FILENAME} 5. click 'batch replace', done. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |