On Thu, Nov 10, 2011 at 3:09 PM, Skip Cave <[email protected]> wrote: > Well, rats. I went for the whole big array > > ww1 =: ([: shell zipth&,) each {."1 dirtree 'c:\test1\log.gz' > $ww1 > 944 > > This took a minute, but it did complete. So I am halfway there. Then I > tried to extract all the little strings I needed: > > all =: > cleanString1 ('RESULT[0]';crlf,'CONFIDENCE') getTagContents ; > > ww1 > |out of memory > | all=:>cleanString1('RESULT[0]';crlf,'CONFIDENCE')getTagContents ;>ww1 > $ ;> ww1 > |out of memory > | $ ;>ww1 > Try ; ww1
You could also try my code from earlier in the thread that processed each file at a time and only unboxed at the end. Whether you want to unbox at all depends on what you want to do with the tag contents afterwards. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
