Combine multiple CSV files into a single multi-column CSV file

Hey Scripting Guy!
I have what is probably a simple issue, but I haven't been able to find the right answer.
I have 18 CSV files that each contain the same header and a single value as shown below:
"Sum"
"90"
These files are the results of SMTP traffic by domain.
All I want to do is to combine the 18 CSV files into a single file with the content of each file in a separate column, using the file name as the column header.
For example:
file1.csv
  "Sum"
  "90"
file2.csv
  "Sum"
  "325"
file2.csv
  "Sum"
  "3534"
The desired ouput is:
"file1.csv","file2.csv","file3.csv"
"Sum","Sum","Sum"
"90","325","3534"
I don't need to row of Sum's if it is easy to leave out.  It would be even better if this could be put into an Excel spreadsheet.
Thanks for your help!

Can you post your script?
If you are not a technician and do not want to write a script then you should try hiring a consultant.
If you want to learn how to write a script then start here:
http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx
By the way...your request makes no logical or technical sense.  What is the point of doing this?  There is no relationship between these files.
¯\_(ツ)_/¯

Similar Messages

  • How can I combine multiple icloud calendars into a single published calendar?

    I have several calendars in Ical where I map my activities and schedules. Like many I need several calendars to categorise events.
    Now, I'd like others to see when I'm free and when I'm unavailable. For this, I'd need to find a way to copy multiple Icloud calendars into a single one for publishing - and the published calendar would also have to sync to any update I make in the original calendar.
    Any way to make this happen? Any third party app? Tried a couple - they were outdated and / or cumbersome.
    If only there was a "smart calendar" tool in Ical …

    It worked - up to the crucial point: after combining icloud calendars into one "on the machine" calendar, the latter is ready for going public. But of course - this public calendar will only contain the .ics files and will not sync for updates from the icloud calendars.
    And that's what I want.
    If this problem is not possible to solve with the software available in the Mac - is there any known third party solution for this?
    (Apple: "smart calendars" please!)

  • Can you combine multiple itunes accounts into a single one?

    I set up separate itunes accounts for my (2) sons (8 & 10) because one had an iPod and the other had an iTouch. 
    They just got an iPad for X-mas (that they'll share) ... I want to set up the iCloud and create a "joint" account. 
    Is it possible to combine their multiple itunes acounts into a single account?

    This is all i know but all you can do is just creat a new one for them both and send all the stuff to the one think u can do that i hope it helps

  • Combining multiple pdf pages into a single document

    I realize this is probably an inappropriate request -- probably? almost certainly -- for this forum, but perhaps someone can refer me to another source for a solution.
    I would like to combine several pages individually scanned to pdf format into a single pdf document. How do I do that? (I have only Adobe Reader. I do not have any applications for creating and editing pdf pages.)
    Hope you'll forgive the inappropriate request, and thanks to anyone who can refer me to a more appropriate source.
    Sincerely,
    Eric Weir

    I would like to combine several pages individually scanned to pdf format into a single pdf document. How do I do that?
    You already have the application installed -- Preview. Whether the source files are single page or multipage documents, whether they are all on size/orientation or come in multiple dimensions/orientations, simply ...
    1) Open each in a separate Preview window,
    2) Open the "sidebar" for each window,
    3) Drag one or more icon pages from any of the source Preview sidebar windows to your target Preview sidebar window,
    4) Arrange the order of the pages in the target sidebar window as desired, and
    5) Save resulting document under a new name using the "Save As..." File menu option.
    ADDED: Oops! Too slow. Someone else beat me to it...

  • Combine Files into a Single PDF with Same File Name

    I have one PDF form that I have to fill in some data and a Microsoft  Word Document.   Sometimes I wait a few days so I need to complete the same PDF form.  When I combine them, I get warning that PDF forms with the same name will be the same - if I do not want this, I should create a PDF portfolio.  The portfolio does not see like I want.  It combines the PDFs into some else.
    I could change the names of the fields that I need, but I am sometimes afraid that I missed something.
    Is there a way to get away with this issue so the combination is good?  I have to fax the documents in once created and the portfolio does not seem like I can do that.
    Adobe Acobat XI Pro and Windows 8.1
    Thank you!
    Corey

    So I think I found it - you go to File - Save As Other - Discard and then check Flatten form fields.  The fields can be changed (but that is fine, I am faxing the pages). 
    So I guess I am trying to verify, is this the correct way?
    I ask because I found Eight Free Acrobat XI Actions for Legal Pros that leads me to down a .sequ file extension.
    If the first one is correct, and I have a PDF page that needs to be used twice in the combination, this will work?  And that data field (say 9ROW OF SERVICE) the first page can have 01/22/2014 and the second will have 01/23/2014?  I just want to make sure because before when I reviewed the Binder, if I entered 01/23/2014, then the other PDF page has the incorrect date of 01/23/2014 instead of 01/22/2014.  I ask this as well because sometimes I might have to change the date or something else in a field with the same field name, and that other PDF file will update.
    Thank you!
    Corey

  • Combining multiple plot data into a single graph.

    This is my current data structure:
    1D array of...  (contains 6 plots, each with their own x and y arrays)
    A cluster of two elements
    1D array of I32
    1D array of DBL
    A cluster of two elements
    2D array of DBL  (y points for multiple plots)
    1D array of I32  (x points for the multiple plots)
    I need to combine these into something suitable for throwing at an XY-Graph.  This operation will need to be done three times (for three different graphs), where only the 2D array of DBL is different for each graph (all three 2D arrays are located in the same cluster along with the shared 1D array).  What is the best way of doing this?
    The 1x6 array of clusters contains plots 0-5 for each graph.  Is there a way to hide these plots from the graph's legend?
    Never say "Oops." Always say "Ah, interesting!"

    J.Mamakos wrote:
    I need to combine these into something suitable for throwing at an XY-Graph.  This operation will need to be done three times (for three different graphs), where only the 2D array of DBL is different for each graph (all three 2D arrays are located in the same cluster along with the shared 1D array).  What is the best way of doing this?
    Sorry - this was actually a bit wrong/incomplete.
    Graph1 includes one 2D array of DBL against the 1D array of I32.
    Graph2 includes elements 2-3 of the 1x6 array, and also one 2D array of DBL against the 1D array of I32.
    Graph3 includes elements 4-5 of the 1x6 array, and also one 2D array of DBL against the 1D array of I32.
    This is how I'm doing it at the moment, but am I missing a trick here?  Is there a better way?
    As for my question about hiding any plots (on the legend) that came from the 1x6 array, is this even posible?
    Either that, or is it possible to hide a graph whilst leaving its legend showing?
    Or can one show/hide a graph's label in run-time?
    Never say "Oops." Always say "Ah, interesting!"

  • Matching ".avi" and ".srt" files into a single clip of ".mov" file

    I think "iSkysoft iMedia Converter" is the right converter to get .mov files from .avi files. (Any other suggestions will be appreciated)
    My problem is something else:
    I have "subtitles file" in .str format corresponding with the "movie file" in .avi format.
    However, the subtitles (.str) file can be matched with the movie (.avi) file only while you are watching it.
    Question : Is it possible to get a single (.mov) clip with the subtitles "sticked" on the moving image? 
    Thanks.

    "iSkysoft iMedia Converter"
    Never heard of it.
    For that you need mpegStreamclip:
    http://www.apple.com/downloads/macosx/video/mpegstreamclip.html
    Neither iMovie nor iDVD can handle subtitles. For that you need to move up to Final Cut Express and iDVD Pro.

  • Combine bmp files into one single pdf?

    I've got 76 scanned pages in bmp format, and need to print them. Ideas? I can't be bothered to select each one of them separately in Preview and click on Print, then OK 76 times...
    Many thanks.

    There are some Apple Script Folder Action scripts that will convert image files from one format to another, so you can drop a set of images into a folder and they will all get individually converted to another file format. I don't know if you can create a multi-page pdf bundle, unless you have PostScipt maybe, then you can just append all the ps files into one large multi-page PS file.
    Even working with Automator you will have to learn a little about scripting anyway. Typing text commands in Terminal isn't that much different. Fink is really not that hard to install and work with. You do have to learn a little about Terminal and how to execute comands from the shell prompt.
    I think the solution to your problem would probably involve a combination of an Apple Script that executes a Terminal command to run the ImageMagick convert utility, and I think that it could be attached as a Folder Action to operate on a group of files when you drop them into it. I am not sure if Apple Script or Automator can do this work all by itself. They are really just fancy GUI wrappers for the instructions to other programs to do what they do. By themselves they don't actually do the work, they facilitate the flow of the work to the appropriate tools. ImageMagick is one such appropriate tool for your image conversion problem.
    I have been thinking about setting this up to handle faxing out a multi-page pdf document that is created by scanning single pages as individual jpg images. Sometimes I have to fill out a form and fax it somewhere, and my scanner is a single sheet scanner. So that would be handy to drag and drop a few pages of jpgs to a folder and have the convert utility bundle them to a pdf and have Preview open it, ready for faxing. Now, I use Terminal to
    cd ~/Desktop (or folder that contains my scanned jpgs)
    convert *.jpg fax_file.pdf
    open -a Preview fax_file.pdf
    Then in Preview Print... and Fax
    I could fax right from the command line also, but I like being able to look at the document first to check for errors, and get the fax number from Address Book.
    I'll post back if I ever get an Apple Script/Folder Action working, but I am in the middle of upgrading to Tiger and backing a lot of files up, so I might not get to work on it for a while.
    Try out fink, there are lots of free software tools that you might find useful.
    G3 Desktop, SonnetEncoreZIF G4 1GHz, 768MB, WingsAV-6MB, DVR-106D, 120GB Maxtor   Mac OS X (10.3.9)   PCI-TempoUltraATA66 120GB, 60GB, TangoUSB/FW, ATI Radeon

  • How do i combine multiple pdf file into a single pdf file?

    how do i combine multiple pdf files into a single pdf file?

    The thread was started in early March and it's Mid-April, I know this very well. The OP of this thread posted a very common and simple question or maybe he/she would have resolved this. For an Adobe Acrobat user it's not at all difficult to combine multiple PDF files into one. But to combine PDF files full version of Adobe Acrobat is mainly required, otherwise PDF files can't be combined. For example, I'm using Adobe Acrobat 9 Pro. These simple steps are mainly required to combine PDF files:
    Open Adobe Acrobat.
    Click on Combine and click on Merge files into a single PDF.
    A window will be appearing, click on Add Files and select the PDF files you want to combine.
    Arrange the selected files in any order with the help of Move Up and Move Down button.
    Now click on Combine File and the selected PDF files will be combined within a few seconds.
    A new PDF file will be created. Click on Save As and name this new PDF file. Then, click on Save.
    A new PDF file will be created and all the selected PDF files are combined in it. The steps shown above might be different in other versions of Adobe Acrobat. Other than this, some third-party PDF merge software are also available. Most of them are available with a demo version for free evaluation. I've heard much about SysInfoTools PDF Merge software on other forums and directories and it's demo version is freely available. One may check its demo version if Adobe Acrobat (full version) is not available.
    Regards

  • Hiding filenames when combining multiple files into a single .pdf

    I'm fairly new to this Acrobat X. I'm trying to assemble my portfolio to distribute to employers but I cannot seem to get rid/hide the filenames in the final pdf file. I was using the option to 'combine multiple files into a single pdf' because I was compiling images and documents to a single readable pdf file. I got all that done but once I open it, I'd see that each page would still contain the original file names rather than page numbers - which I prefer not to have employers see for the sake of tidiness (and I refuse to use the Adobe portfolio because it's not really efficient on space or design. I prefer a simple page-by-page pdf). So I was wondering if anyone can tell me how to hide my file names, change them into page numbers or getting rid of them all together so the 'Table of Contents' in the pdf preview mode would not show anything, I would really much appreciate it.
    -Ss

    Well, when the .pdf is in the final, deliverable form; I open it in Mac preview mode and the sidebar is always extended showing a 'table of contents' rather than having each document in the pdf file have a number designating a page name, it shows each individual filename the pdf is composed of. Not too sure about bookmark, though. Thanks for the reply!
    If you want, I can send the file to you.

  • Combining multiple files into a single PDF/A

    The issue brought up in another discussion is the loss of PDF/A conformity when “merging” multiple PDF/A files into a single file (I use PDF/A for preservation of corporate records). The “insert” option retains conformity but does not allow inserting multiple files in a certain order, unless you insert them one by one (which is a pain when you have 50 files to attach).
    The solutions I’ve come up with so far:
    1)     1)  In AAPro – combine files into a single PDF and then convert it to PDF/A using Preflight. This is easy, my only problem is that I don’t have AAPro (and AAStandard doesn’t convert to PDF/A).
    2)     2)  In AAStandard – combine files into a single PDF and then “print” to PDF/A. The problem of this “re-frying” is that it only creates PDF/A-1b (not 1a), bookmarks and OCR of scanned pages are lost, and files become significantly larger.
    I wonder if anyone knows a more intelligent way around this problem, provided that I only have AAStandard. Thanks!

    Well, when the .pdf is in the final, deliverable form; I open it in Mac preview mode and the sidebar is always extended showing a 'table of contents' rather than having each document in the pdf file have a number designating a page name, it shows each individual filename the pdf is composed of. Not too sure about bookmark, though. Thanks for the reply!
    If you want, I can send the file to you.

  • Need help combining multiple audiobook cds into single mpeg file for Ipod

    I have been unable to find an application that will let me combine multiple MPEG audio files into a single MPEG file. My goal is to combine several CDs from an audiobook into a single file so that I can listen to it on my Ipod. Also, it would take up a lot less space as an ITunes listing. Mediajoiner was recommended on some other forums, but I could not find a version that worked with OS X and Java 1.5.
    Any help is appreciated

    [MP3Trimmer|http://www.deepniner.net/mp3trimmer>

  • How Can I Convert Multiple TextEdit Files Into A Single Giant File?

    For example. I have multiple chapters for my new book each saved as individual files, and I want to combine all the chapters into one single continual file that I can work with in either Text Edit or Word. How can I do this? It's hundreds of files... ∆
    Thanks!

    Hi Bruce, Tex-Edit Plus for OS X...
    http://www.tex-edit.com/
    It can Merge files then Sort them easily, even has a remove duplicate lines script available.
    If the version you get doesn't have the sort perchance, here's a link, put sort in the search scripts box, get the second one, Sort Selection...
    http://dougscripts.com/texedit/

  • Error combining Power Point 2007 files into a single pdf (Acrobat 11)

    Hi,  Am running Acrobat 11 and am getting an error when attempting to combine files.  Trying to combine multiple power point 2007 files into a single PDF using Acrobat 11.  Am getting an error "unable to find Adobe PDF resource files.  Do you want to run the installer in repair mode".  If choose yes or no I get the yellow error icon beside the PP files and eventually have to cancel the job.
    Any help would be greatly appreciated.

    Hi,
    Please see http://helpx.adobe.com/acrobat/kb/error-unable-create-pdf-resource.html
    Try the suggestions mentioned in this KB doc.

  • Acrobat XI PRO: Create a Table of Contents (TOC) automatically in top, after I have combined several pdf.files into a single pdf.file

    Hey
    I have now tried for hours, but now I give up!
    MY WISH -
    Create a Table of Contents (TOC) automatically after I have combined several pdf.files into a single pdf.file.
    I have already bookmarks, shown on the screen (see screenshot below) but I want those bookmark to be visualised in a separate TOC in the top of the combined files.
    This new TOC (which I have inserted) shall be printable and serve as a cover page in a binder.
    I have seen other cheap pdf.programs in the market (e.g. PDF Converter Professional 7.3) which are able to make the above things, easy, fast and nice.
    Regards
    Ole Bünger, Kristianstad Sweden

    Somewhat roundabout way but this should work:
    Is there easy way to print bookmarks Acrobat Pro 9.5

Maybe you are looking for

  • Missing start boundary

    Hi , i have Missing start boundary exception while reading message.. Following is message information.Can any one let me know how i can fix this problem. Received: from backup1.texterity.com ([68.112.246.59]) by exchange2003.scientificmonitoring.com

  • How to do Balance Migration

    Hi All, We have a balance called "Personal Loan Payments" with dimension "Element Entry Inception To Date" which is being feed by element "Personal Loan Payment" through input Value "Pay value". I want to initialize or update the amount of this balan

  • Alert message through the sdk.

    hi. plz have a look on Attached image.. i want to send one alert to the particular user. i am able to send it.. but here i have  a small  requirement. Normally alert messages are Working on queries.. suppose select docentery from ordr where docsttus=

  • Showing Parameter form in web browser

    I have created a parameter form which contains some restricted List of values need to be choosed by the user before printing the report. I done this by putting the keyword ParamForm=Yes in the URL. The parameter form shows with all the parameter fiel

  • How do I register the CS6 after the trial expires?

    I'm getting it through my college and I have the WIN serial number.