- Joined
- Mar 10, 2022
- Messages
- 195
- Reaction score
- 13
- Points
- 18
I have a CSV file with 2 columns. Column A has several URLs, one per line, and column B is empty. In column B, I would like to put the names of people that I specify at the beginning of the bot. The question is, how can I read a URL from column A and create a function next to it that puts the name of the person in column B for that same URL, in the same row? For example, URL X, person X, without making any mistakes. Did you understand? Thank you