Jump to content
UBot Underground

How To Read Giant Text File 4Mb?


Recommended Posts

Hey Everyone

 

Any ideas?

 

I have an SSD drive but it crashes or atleast unresponsive if I use read file or find reg expression/read file,I know ubot opens a high range of file extensions,maybe theirs another extension that might do a better job?

 

Anyone have any help,I would really appreciate it

 

thanks

version 5.5.11

total memory 12GB

Link to post
Share on other sites

Genious,yeah I have finally a use for function "read part file" ha ha

that table might do the trick but that function should definitely work,so just going to do a loop every 500 lines adding to a list or something,maybe use the big list function,don't understand it yet though

 

thanks again CD!!

 

Massive thanks to Kev too for his plugins

Link to post
Share on other sites
plugin command("Bigtable.dll", "large List from Regex", "ScrapedList", $read file("file path"), "your regex", "replace")

Some good suggestions already but maybe something as simple as above would do.

 

If the file size is too big for regex using the above, as suggested use read part file combining with the above in a loop not forgetting to change "replace" with "add"

Link to post
Share on other sites
plugin command("Bigtable.dll", "large List from Regex", "ScrapedList", $read file("file path"), "your regex", "replace")

Some good suggestions already but maybe something as simple as above would do.

 

If the file size is too big for regex using the above, as suggested use read part file combining with the above in a loop not forgetting to change "replace" with "add"

 

 

 

 

thanks I appreciate it

 

Just made a quick loop while read part file was greater than nothing

 

I try to of course reduce loops where possible which led me to your big lists plugin,and I just want to say THANK YOU

 

blown away,finally I can retrieve multiple indexes from a list without loops,I have only started using it,havnt got round to all its feaetures but I guess I can FINALLY produce lists with variable names,thanks so much,everyone on this thread has blown me away,thanks everyone for your advice and plugins

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...