where to find software implementing flat file->xml?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BlackSnail

    where to find software implementing flat file->xml?

    I need a free software which can convert flat file to xml.
    I know there are some product,XML Converter of unidex and xmlTextWriter.
    But I want to find a free software and get the source code.

    Where can I find such free software which converting flat file to xml?
    Is there any place I can get the source code ?

    Thanks a lot.


  • Christopher Boomer

    #2
    Re: where to find software implementing flat file->xml?

    "BlackSnail " <cellecial@21cn .com> wrote in message
    news:bgqd7v$79g $1@mail.cn99.co m...[color=blue]
    > I need a free software which can convert flat file to xml.[/color]

    In python try Dave Pawson's csv2xml class, which draws on a module available
    at www.object-craft.com.au.
    I'm trying to zopify it at the moment, and it seems to work well.

    Christopher


    Comment

    Working...