String parsing if your only choice, so you'll need to look at more regular expressions or a scripting language like GAWK.
On 8/13/07, Brian Bradley <[EMAIL PROTECTED]> wrote: > > I am converting our content management system (that we bought years ago) > into coldfusion using verity and sql. There are about 25,000 files that > need to be converted. What I would need to do is create a tool that will go > through the files and put the following: > > <span>subject: some text</span> > > into a sql table. I started with a loop over all the files in the > directory and can use rereplace to remove the span tags. Just not sure how > I can go about getting the data (written as some text above) out of each > file and putting in the database - some of these individual files are 60-100 > pages long. Anyone have any suggestions? Thanks. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286093 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

