• 0

CSV Parser


Question

Hi - Excuse my ignorance on this topic as I have not done this before.... I am simply looking for a program that I can import a csv file into then output a new one with the values in a different order.

For example if hello.csv contains

first name, last name, telephone

I want it to output to helloedited.csv as

telephone, first name, last name

Is this at all possible? Is there a program which will do this?

Thanks

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

yeah any spreadsheet software could allow you to open the csv, then copy and paste your columns of data in whatever order you want and then resave it as csv.

Excel comes to mind, but there are plenty of free choices. OpenOffice for example, or even just google apps spreadsheet, etc.

  • Like 1
Link to comment
Share on other sites

  • 0

Sorry of course! I never thought of doing it in a spreadsheet! Cheers, sometimes just needs somebody to kick your mind into gear.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.