Search found 1 match
- 28 May 2015 14:02
- Forum: DOS Batch Forum
- Topic: Merge csv files side by side
- Replies: 1
- Views: 1369
Merge csv files side by side
Hi, I want to make a batch which combines two csv files side by side (and not one under the other) each of them with different number of row/columns for example As and Bs: A: a b c d e f B:g h i j k l m n o p q r and the output C should look like: C: a b c g h i j d e f k l m n o p q r how can this ...