Horse Racing Forum - PaceAdvantage.Com - Horse Racing Message Board

Go Back   Horse Racing Forum - PaceAdvantage.Com - Horse Racing Message Board


View Single Post
Old 05-22-2018, 08:46 PM   #7
DeltaLover
Registered user
 
DeltaLover's Avatar
 
Join Date: Oct 2008
Location: FALIRIKON DELTA
Posts: 4,439
Quote:
Originally Posted by highnote View Post
No. Let's say I have ten files already made and each one is 10 columns by 100 rows. I want to join all ten files together into one file that is 100 columns by 100 rows.

I do NOT want to join them together to make one file that is 10 columns by 1,000 rows.

Each column has a unique name.

I was hoping there was an easy way to join them together using Excel that did not require cutting and pasting.

Now that I think about it, I could probably join them together in Access since each column is unique.

I don't like Access because it is such a clunky program. Just opening it is a nuisance.
Simply execute the following command lines:

You can pass all the file names to merge:

Code:
paste -d, file1.csv file2.csv > merged.csv
Or if they are following the same mask do this:

Code:
ls file* | xargs paste -d, > merged.csv
__________________
whereof one cannot speak thereof one must be silent
Ludwig Wittgenstein
DeltaLover is offline   Reply With Quote Reply
 
» Advertisement
» Current Polls
Wh deserves to be the favorite? (last 4 figures)
Powered by vBadvanced CMPS v3.2.3

All times are GMT -4. The time now is 11:02 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 1999 - 2023 -- PaceAdvantage.Com -- All Rights Reserved
We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program
designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.