Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

899.Text merge -- How to merge more columns into one column in multiple csv files?

User: editor -- 2011-12-26          << 898  900 >>
Hits: 174
Type: Text merge   
Search all Text merge examples
Description:
How to merge two or more columns into one column in multiple csv files? How can I merge column B and column C of multiple csv files?
Input Sample:
A1,B1,C1,D1
A2,B2,C2,D2
A3,B3,C3,D3
Output Sample:
A1,B1-C1,D1
A2,B2-C2,D2
A3,B3-C3,D3
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. open "Tools->Batch Runner" window
2. drag multiple csv files from Windows File Browser to "Batch Runner" window
3. click "Fast Replace" button.
4. click "Add" to add new
* set "search" to:

* set "replace" to:

5. check option of "regular exp" and uncheck option of "cross line"
6. click "Start", done.

Screenshot 1:  Fast_Replace_Window


Similar Examples:
How to exchange column 2 and column 3 in multiple csv files? (79%)
How to add filename as a new column for multiple csv/txt files? (68%)
How to delete the second column in multiple text files? (67%)
How to remove/delete first column for multiple files? (65%)
How to replace a word only one time in multiple text files? (63%)
How to extract and remove common lines from multiple files? (62%)
How to delete all lines with column B greater than 90 in multiple csv files? (61%)
How to remove consecutive duplicate words in multiple files? (60%)

Check Demo of Text merge
Keywords:
merge column  123  merg  text merge  merge  columns  cross line  csv  or more  fast replace  merge two csv files  merge two csv files column  merge csv columns  csv merge  merge multiple  merge multiple files  merge csv  two files one column