Can Octoparse input two lists of text correspondingly?
FollowQuestion:
I have two text lists, one is the username list and another is the password list. I need Octoparse to input the username and password correspondingly. For example, input username A and password A as a combination. Then continue to input username B and password B.
Answer:
No, Octoparse currently cannot input two matched lists. It will execute a one-to-many match.
For example, list 1 is {A, B, C}, and list 2 is {1, 2, 3}. Octoparse will input them like this:
A --> 1
A --> 2
A --> 3
B --> 1
B --> 2
......
Artículo en español: ¿Puede Octoparse ingresar dos listas de texto de manera correspondiente?
También puede leer artículos de web scraping en el sitio web oficial
Author: Yina
Editor: Yanni