Help with file columns

cesario678

Client
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
 

myndeswx

Client
Joined
May 15, 2017
Messages
437
Reaction score
104
Points
43
Use a temporary table, say you have your 'good' table and create another empty table (don't load from file, it must be empty at the begining)

Templates logic:
use 'Get line' action to get from 'good table' check 'remove after getting' > put the A columns value to 'temp' variable
add to 'temp' table > 'temp' variable;'name' variable
When 'good' table is empty - use the 'save table' action to save the temp table in the same place with same name as the 'good' table

voila :- )
 
  • Thank you
Reactions: cesario678

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)