> -----Original Message----- > From: Loathe [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 29, 2007 5:37 PM > To: CF-Community > Subject: RE: need a suggestion > > It's all tabular like that? > > If so you should be able to strip the header and footer and open it in > excel > and then save it comma delimited.
If it's well-formed you should also just be able to do an XSL transform on it - no need to bring in another program. You should be able to do this using MSXML under Windows Scripting host or in a Stored Procedure. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:233506 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
