How do I merge two separate csv files? [closed]
How to merge 2 separate csv files updated from email
First time here? Check out the FAQ!
How to merge 2 separate csv files updated from email
None of these provide a simple way to do the requested function. Even very old ms excel provides this functionality.
As long as you are doing extra work, it's probably easiest to just do it with the shell.
For example, in windows you can say
copy *.csv allfiles.csv
or, in unix, you can use 'cat' similarly.
Then, import the combined file to calc.
Of course, that assumes that all the csv files have consistent formatting and columns.
I often had the same problem so i decided to write a little php site which does the job. You can find it at http://merge-csv.com. Any feedback is welcome!
Obvious solution ! Upload CSV file, select, copy, and paste into file presently in Calc. mpkettle
Might 'Insert Sheet' > 'From file' > (BROWSE csv-file) 'OK'> (set import specifics) 'OK'
meet your needs?
(See also my answer to your other recent question. Now inserted here.)
see also my answer in your other question about combining csv-files in Calc.
Open both documents. (We will call them A & B.) Open a new document. Go to document A. "Select All" and "Copy". Go back to the new document. "Paste" Go to document B."Select All" and "Copy". Go back to the new document. "Paste".
Viola: merged documents.
Asked: 2014-06-14 02:20:53 +0100
Seen: 6,554 times
Last updated: Dec 20 '16
How do I export a chart in an image format from LibreOffice Calc? [closed]
Are there plans for a "papercut" project for libreoffice [closed]
Is it normal for Calc goal seek to take very long? [closed]
Please refine "Search" in Calc - implement functions in Gnumeric [closed]
LibreOffice Calc will not link to external data via internet [closed]
Is there a LibreOffice .odt, .ods viewer for Android? [closed]
Why is Calc so much slower at opening/saving files than MS-Office? (win7 x64) [closed]
What do you mean by "updated from email"? Should LibreOffice open the emails and do the work, or is it just files you receive as attachments but handle manually?
Received as separate attachments - Thanks