S silviuactiv Newbie Joined Jan 29, 2016 Messages 1 Reaction score 0 Jan 29, 2016 #1 How can i extract with imacros the email and the message "e-mail address is valid" to csv file So far i tested this but it doesn't work. Code: TAG POS=1 TYPE=TD ATTR=TXT:* EXTRACT=TXT SAVEAS TYPE=EXTRACT FOLDER=* FILE=tanana Have a great day. Attachments 19mivq.jpg 30.9 KB · Views: 210
How can i extract with imacros the email and the message "e-mail address is valid" to csv file So far i tested this but it doesn't work. Code: TAG POS=1 TYPE=TD ATTR=TXT:* EXTRACT=TXT SAVEAS TYPE=EXTRACT FOLDER=* FILE=tanana Have a great day.
JohnKowalski Junior Member Joined Jan 11, 2016 Messages 196 Reaction score 208 Jan 29, 2016 #2 I would like to know that also.
N noobdan Newbie Joined Mar 22, 2016 Messages 23 Reaction score 0 Mar 22, 2016 #3 Add folder directory and add extension. Also firefox is better to be used for imacros if you don't use it already. You last line should be: SAVEAS TYPE=EXTRACT FOLDER=C:\\bot FILE=a.csv Last edited: Mar 22, 2016
Add folder directory and add extension. Also firefox is better to be used for imacros if you don't use it already. You last line should be: SAVEAS TYPE=EXTRACT FOLDER=C:\\bot FILE=a.csv