We got stuck with several very large > 400MB xml files and we have to split them in half. Unfortunately the files do not have line feeds so everything is line 1. I tried going to the end of the file taking the value of the column number, divide that number by 2 then request go to that column number and consistently it only takes me to some point in the first wrapped line.
There is no anchor words to use since it is xml file and there are as many as 20,000 repeated tags. Scrolling is painfully slow due to the shear size of the file.
Is there something else I can do to get to the midway point of a large file so I can insert a page break? Once I have a page break I can easily break up the files as necessary it is just getting to the initial midway point that is the problem.
Thanks in advance,
Pam
There is no anchor words to use since it is xml file and there are as many as 20,000 repeated tags. Scrolling is painfully slow due to the shear size of the file.
Is there something else I can do to get to the midway point of a large file so I can insert a page break? Once I have a page break I can easily break up the files as necessary it is just getting to the initial midway point that is the problem.
Thanks in advance,
Pam