On 7/7/07, [Sunshine Tech Solutions] Ravi Gehlot <[EMAIL PROTECTED]> wrote: > I was asked to convert a CSV file to XML. Is there free a converter > out there?
Since XML can have any format, that question doesn't really make sense. Conversion of CSV to XML is going to depend on what format XML you want to produce. For example, you *could* use CFHTTP to read in the CSV file as a query and then convert that to simple XML by any number of tricks. Heck, you could use CFWDDX to turn the query into very basic XML but I wouldn't like the output much. > Also, is there a free XML plugin for Eclipse? Yes. XML Buddy is the one I use but there may be others. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283148 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

