hey folks,
right here's a chalange... I need to parse a 18Mb txt file, totally unformatted, though I know the section I want is labelled [start_(date)] .... [end (date)] and the .... beeing the text I need to parse... now what i've done so far was:
turn the file into a list (CFFILE Action="read" then translate to a list) and loop over it! And that worked fine until the file started getting massive (end of the month!!) so is there anyone out there who has a solution which allows me to parse Large files in CF????
Cheers,
D,
We never fail, we just find that the path to succes is never quite what we thought...
right here's a chalange... I need to parse a 18Mb txt file, totally unformatted, though I know the section I want is labelled [start_(date)] .... [end (date)] and the .... beeing the text I need to parse... now what i've done so far was:
turn the file into a list (CFFILE Action="read" then translate to a list) and loop over it! And that worked fine until the file started getting massive (end of the month!!) so is there anyone out there who has a solution which allows me to parse Large files in CF????
Cheers,
D,
We never fail, we just find that the path to succes is never quite what we thought...