StartProcesses: How to run it using more than one URL-SOLVED

Questions and answers about anything related to Helium Scraper
Post Reply
flotschie
Posts: 16
Joined: Wed May 15, 2013 6:24 pm

StartProcesses: How to run it using more than one URL-SOLVED

Post by flotschie » Tue May 21, 2013 9:49 pm

Right now I have my project setup like this: At first it is collecting many URLs into the table "ResultList". Then, I use the StartProcesses action (max processes 5) with this query from your examples:

Code: Select all

SELECT  [URL], [Id]
	FROM   [ResultList] 
	WHERE  [Id] NOT IN 
		(SELECT [URL_ID] FROM   [ExtractedURLs]) 


The new process calls the "Main" action and then and extracts ONLY ONE URL from this table and then ends. How can I achieve that the process collects MORE than one URL from the table ResultList?
Last edited by flotschie on Sat Jun 15, 2013 5:24 pm, edited 1 time in total.

flotschie
Posts: 16
Joined: Wed May 15, 2013 6:24 pm

Re: StartProcesses: How to run it using more than one URL

Post by flotschie » Sat Jun 15, 2013 5:24 pm

Solved - this can be handled using the pre-made Project "Multiple Processes Navigate URL".

Post Reply