CSV editor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kathrynjacobson
    • Jun 2025

    #1

    CSV editor

    Does anyone know of a program that will take a bunch of names and emails and sort it out into a csv file with the formatting I want?
  • ruben
    The New Guy

    1,000+ Posts
    • Oct 2012
    • 1203

    #2
    Re: CSV editor

    There is no standard to CSV, any text editor or flat-file manager will be suitable for creating CSV. I would recommend an Excel like application, like LibreOffice Calc or OpenOffice Spreadsheet, both can import and export CSV. You will have to create the column headers and data yourself.

    Comment

    • kathrynjacobson

      #3
      Re: CSV editor

      What I'm trying to do is transfer the address book from a Konica to a Canon; I've got a csv file from both, I was just hoping for a program that could remap the information from one csv file to the formatting of the other csv file so I don't have to do it all by hand.

      Comment

      • rrrohan
        Service Manager

        Site Contributor
        1,000+ Posts
        • Sep 2011
        • 1977

        #4
        Re: CSV editor

        Originally posted by kathrynjacobson
        What I'm trying to do is transfer the address book from a Konica to a Canon; I've got a csv file from both, I was just hoping for a program that could remap the information from one csv file to the formatting of the other csv file so I don't have to do it all by hand.
        how did you export the address book from the KM?

        if it is just a plain text CSV you should be able to open it in notepad and read it

        if its not in plain text you will need to export it with somthing like Data Administrator

        as to importing it on the Canon i cant help you

        Comment

        • eliza925994
          Technician
          • Jun 2014
          • 14

          #5
          Re: CSV editor

          The RecordEditor is a Data File editor for Flat Files (delimited and fixed field position). It supports Unix / PC / Legacy (e.g. Mainframe) file formats, both Text and binary files.

          The Editor uses a Record-Layout description to format the files. This is ideal for Fixed width (Text or Binary) files, Cobol Data Files, Mainframe files and complicated Csv files. Cobol Copybooks can be used to format Cobol Data files.

          As well as an editor, The following utilities are supplied
          * Formatted Compare
          * File Copy and reformat Utility
          * FileWizard this is use to work out the format of a File. It can generally find both Text and binary / packed deicimal fields in a file

          Comment

          Working...