File read all lines
Last updated
Was this helpful?
File read all lines is an action used to read a .txt text file and automatically split each line in the file into a separate element, then store all of them in an output array.
This action is extremely useful when you have a list of data arranged line by line (such as a proxy list, keyword list, 2FA code list...) and want to use a loop to process each line one by one.
🎥 Watch the tutorial video: Here.
🔗 See the detailed guide on how to use it in the example 1. Count the number of lines in a text file (Text) in the Count).
Last updated
Was this helpful?
Was this helpful?