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?
CSV editor
Collapse
X
-
Tags: None
-
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. -
kathrynjacobson
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
-
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.
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 youComment
-
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 fileComment
Comment