Extract to multiple cols in csv with imacros

Ruriko

Power Member
Joined
May 4, 2008
Messages
717
Reaction score
26
How do you extract data into multiple columns in csv with imacros? for example I want to extract name into COL1, extract address to COL2 and extract country to COL3. How can I do this?
 
How do you extract data into multiple columns in csv with imacros? for example I want to extract name into COL1, extract address to COL2 and extract country to COL3. How can I do this?

I think each line that you have an "!EXTRACT=TXT" command, it automatically separates the value into an open column. I use a saveas command to load my results into a CSV file and check to make sure I grabbed what's needed.
 
Yes!

Extract two values and iMacro will set them into Col1 Col2.
 
Yes!

Share URLs and brief a bit so that everyone can help you in making the code itself!
 
Back
Top