Has anyone gotten around the issue of not being able to run more than 20K through a 
REFindNoCase in Cold Fusion 5?
Basically I upload a word document and want to parse through it for specicif fields.. 
such  %{fieldName}.
At first I was going to access the document via COM but once a friend of mine showed 
me that actually reading the document and parsing it would work, I have not needed to 
use COM.

In CFMX and Red Sky, I have no problems, the size limits on REFindNoCase seem to have 
been addressed.

I guess my only option at this point is to split the document into chunks of 20K or 
less and parse each section, being careful not to split the document in the middle of 
one of the specific fields %{fieldName}.

Has anyone done any sectioning like this? Any pointers?

Thanks.

Mike
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to