[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] CSV to XML
- From: "Taco Fleur \(@DataBroker\)" <taco@shelco.com.au>
- Date: Thu, 11 Aug 2005 07:46:44 +1000
- In-reply-to: <1123693561.3343.18.camel@marge>
- Thread-index: AcWdzc/LUHgMCHoOTi2fxIZNddnF0AAJyNbg
Thanks, this worked wonderful on non structured data. It helped.
I tried open Office, and yes I can get XML from it, but I will have to write
a transformation for it, reason I am hesitant about doing that is because
there are *many* different tables in different formats. I was just after
some tool that would do this for me and would allow me to map the fields.
This tool works fine for simple row based records, which is what I will use
it for. As for the structured tables, I will probably have to do them
manually.
-----Original Message-----
From: Dave Pawson [mailto:davep@dpawson.co.uk]
Sent: Thursday, 11 August 2005 3:06 AM
To: Taco Fleur
Subject: Re: [xml-dev] CSV to XML
On Wed, 2005-08-10 at 16:46 +1000, Taco Fleur wrote:
> I have sort of given up to get a Word Table into XML, OK I can get XML
> from a Word Table, but it's not the format I want it in, I can't be
> bothered to write some complicated transformation either.
>
> Is there no way that anyone can think of to get the following CSV into
> the following XML structure?
http://www.dpawson.co.uk/java/csv2xml.html may help you if you insist on CSV
processing.
Did you try OpenOffice as Bob suggested?
regards DaveP
|