CSV to XML converter

CSVtoXMLConverter

Flash supports XML. Consultants and project managers support Excel. Have you ever wished that either Excel or any other spreadsheet application, or any other application for that matter, had a decent exporter for XML data? Not that proprietary-Microsoft-not-terribly-W3C-compliant-type, but real, simple, proper XML? Well I have, and instead of waiting for it I decided to create a small Flash application that certainly helps!

Not many desktop applications export XML at all, but make that CSV (Comma Separated …something) and quite a few do. A typical CSV export from an Excel spreadsheet could look like this:

CSV example

Now wouldn’t you much rather have that data formatted a little more like this?

XML example

Nice and tidy – and best of all; Flash supports it natively!

No more talk. Head here: http://www.oyvindnordhagen.com/flashdev/csvtoxml/

  1. Andriy says:

    how about:

    name,address,keywords
    John Doe, “myaddress, NY, US”, “non, ongo, nes”

  2. admin says:

    Yeah, that would not work very well. But you could do a search/replace and swap all the commas in the spreadsheed to i.e. “>” and then swap them back again once the XML is created.

  1. There are no trackbacks for this post yet.

Leave a Reply