Cnotey 3 Posted December 16, 2012 Report Share Posted December 16, 2012 Hey everyone, Got another issue I can't seem to figure out. This one should be easy, but for some reason I just can't put it together. So I've got a huge list with 100k+ rows that I need to use over the course of around 100 loops. But when I try and create a table out of the file, I think it's too big because Ubot just locks up and stops responding. I was wondering if there is any way to add 2,000 rows from the file for each loop, so I don't have to upload the entire 100K and grab from that in my loops. Basically: upload from file 2,000 rows and add to a list, complete the loop using the list, on the next loop upload the next 2,000 rows to the same list. I can't seem to get around adding the entire file to a list at the beginning of the script. Any help is appreciated as always!!! Thanks, Cnotey. Quote Link to post Share on other sites
VaultBoss 310 Posted December 16, 2012 Report Share Posted December 16, 2012 Try to manually split your original file into multiple, smaller, files and load them sequentially. Quote Link to post Share on other sites
Cnotey 3 Posted December 16, 2012 Author Report Share Posted December 16, 2012 Try to manually split your original file into multiple, smaller, files and load them sequentially. Somehow I knew this was gonna be the answer! arrrrrg. Thanks for your help as always! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.