On 7/7/07, [Sunshine Tech Solutions] Ravi Gehlot <[EMAIL PROTECTED]> wrote: > It was a piece of work so far to get where I got. First, the CSV > file was delimited by pound signs so I had to use the replace function > to replace it with commas then to REreplace it to get rid of unwanted
You really should check the ColdFusion docs more often. CFHTTP lets you specify the delimiter in the file - it doesn't have to be comma, it could be pound sign. You're just making work for yourself. > delimited CSV file and build a query in memory. All I need is to use > that query in memory built from CFHTTP to build an XML file. Any > suggestions? You're just being lazy. Use Google as others have suggested and several solutions will be evident. Assuming you know how to loop over a query, producing *some* format of XML ought to be trivial for you. The code is so simple that anyone who provides it for you is essentially writing your project for you - hence my comment about your "homework". Is it fair to say you are a complete beginner with programming and/or ColdFusion? I ask in all seriousness so that we can establish what level of help is appropriate. So far people have been pretty patient with you but what you're trying to do is extremely simple and you don't seem prepared to do any work on your side to provide more details about what you need from us... -- 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283170 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

