I've got a text file with many (let's say 1000) lines. The bot should find a certain line (by string match) and replace it with a new one.
I tried to set up a list (each line in the text file represents a list item) and tried to let the bot go through (and replayce the item). So far it worked but I need to change more than 1 line - in fact something about 50 lines. This seems to be a problem (bot crashes), perhaps because my way with this huge list needs too many ressources.
Anyone knows how to make this operation quicker and easier for the bot and can post the code for it?