Merge csv files side by side

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
electr0n
Posts: 1
Joined: 28 May 2015 13:48

Merge csv files side by side

#1 Post by electr0n » 28 May 2015 14:02

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 be done?

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Merge csv files side by side

#2 Post by foxidrive » 29 May 2015 11:24

A: B: and C: don't show how they got that way and what rule is used to derive the names.

See here: viewtopic.php?f=3&t=6108

Post Reply