Search found 4 matches

by Ausweb
Sat Aug 13, 2011 11:32 am
Forum: Data Extraction and Web Screen Scraping
Topic: Very Simple Data Scrape Issue
Replies: 7
Views: 4023

Re: Very Simple Data Scrape Issue

so you want each individual field on its own line? or each loop on its own line? Hi Matt, As an example, the macro might scrape product name, product description, price and colour. I have tested the script another way, and my end result was a single row CSV eg: product1, example description 2, $1, ...
by Ausweb
Fri Aug 12, 2011 1:14 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Very Simple Data Scrape Issue
Replies: 7
Views: 4023

Re: Very Simple Data Scrape Issue

Hi.

Thanks for the help. I'm still having the issue of getting each set of extracted data on a new row/line in the output file.

Any further help appreciated.
by Ausweb
Fri Aug 12, 2011 5:02 am
Forum: Data Extraction and Web Screen Scraping
Topic: Very Simple Data Scrape Issue
Replies: 7
Views: 4023

Re: Very Simple Data Scrape Issue

Just to clarify....

I want the macro to loop through product pages, pulling particular info, and exporting them into a single CSV file with each "product" being a new line / row.
by Ausweb
Fri Aug 12, 2011 4:54 am
Forum: Data Extraction and Web Screen Scraping
Topic: Very Simple Data Scrape Issue
Replies: 7
Views: 4023

Very Simple Data Scrape Issue

Hi all. I've been looking for a useful tool for data mining, and I hope I have found one iMacros! So far so good, apart from the fact that I'm having difficulty with my very first "macro". I would appreciate any help :D I am having issues with extracting the data from a LOOP into a CSV. Th...