| User: editor -- 2010-02-22 |
| Hits: 112 |
| Type: Text file splitter |
| Search all Text file splitter examples |
| Description: |
| How to join multiple text/csv files in horizontal direction? |
| Input Sample: |
| === file1 === 111 222 333 444 ... === file2 === aaa bbb ccc ddd ... === file3 === AAA BBB CCC DDD ... |
| Output Sample: |
| 111 aaa AAA 222 bbb BBB 333 ccc CCC 444 ddd DDD .... |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" to finish following steps. |
| If you want to join some files manually: 1. ctrl-o open file1 2. select "File->Load->Column Append File to Page" menu, select the delimter(default is tab), click 'Next' and select file2 3. repeat step2 for other files file3, file4, ... 4. ctrl-s save the result to a new file. If you want to join many files automatically, please check session "Join many files horizontally(Column append)" of following link: http://www.mind-pioneer.com/services/Text_file_splitter.html |
Similar Examples: |
| How to remove the last 3 lines of multiple text files all at once? (58%) How to replace adjacent multiple spaces in a text files into one tab? (54%) How to add xml tags for text file containing personal data information? (53%) How to make multiple text replace at the same time? (53%) How to sort the lines in a text files by the order of line length? (50%) How to add some text after the 5th line for every file in a directory? (50%) How to convert binary data in many text file to hexdecimal data? (50%) How to do simple encryption of a text file by letter to letter remapping? (49%) |
Check Demo of Text file splitter |