Search found 4 matches

by vin
Wed Apr 12, 2017 5:29 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract & Verify
Replies: 6
Views: 7095

Re: Extract & Verify

Also I am doing SAVEAS to save multiple extractions in CSV, But they get added in a single row of CSV.

Is there way to add them in single column without writing additional string manipulation code?
by vin
Wed Apr 12, 2017 5:27 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract & Verify
Replies: 6
Views: 7095

Re: Extract & Verify

Great!

Manipulated extracted string using EVAL
SET !EXTRACT EVAL("var s=\"{{!EXTRACT}}\"; if (s.indexOf('Not Paid') > 0) {s += ', -> OK'} else {s += ', -> Failed'} ")
by vin
Wed Apr 12, 2017 4:09 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract & Verify
Replies: 6
Views: 7095

Re: Extract & Verify

CIM: iMacros + IE11+ Windows 10

:lol: Thanks!
by vin
Wed Apr 12, 2017 3:28 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract & Verify
Replies: 6
Views: 7095

Extract & Verify

Is there a way to extract a particular data from web page & compare it with a predefined values to return True or False