I have A table that has two columns, the first containing the URLs, and the second containing numbers.
What I need to do is parsing all URLs at the same time, then wait for how much in column 2, Then back again to parse each URL in column 1.
Not one by one but at the same time.
| URls | time for wait |
|---|---|
| url1 | 2 |
| url2 | 4 |
| url3 | 5 |
Thanks For helping,