Hi,
Thanks for your assistance thus far. I need you to refer me to the page where i can learn how to download a link that holds a CSV file from the screen-scraper or advise me on how to go about it. Thanks
Dapo Lawore
Usually all you need is the download file method:
http://community.screen-scraper.com/API/downloadFile
Sometimes such files require a complex request with POST parameters, etc, and in such cases you make a scrapeable file to make the request, then:
http://community.screen-scraper.com/API/getContentAsString
Usually all you need is the
Usually all you need is the download file method:
http://community.screen-scraper.com/API/downloadFile
Sometimes such files require a complex request with POST parameters, etc, and in such cases you make a scrapeable file to make the request, then:
http://community.screen-scraper.com/API/getContentAsString