HTTP_Connector usage?

I can successfully run the HTTP_Connector component by setting the URL property to
http://192.168.100.44:8060/solr/select/?q=EMAIL%3Atest@test.net
and specifying an Output File URL for the results.

What I really want to do is read a many record file and have the edge connect to the input port of the HTTP_Connector, while the email fields are used to replace the “test@test.net” portion of the URL, and with the responses going to the output port.

Anyone know how to do this?

Thanks.

p.s. - We’re using version 2.9.1

Hello, since CloverETL version 3 HttpConnector component can read url from input field (urlInputField attribute). In the last version of 2.9 you can use RunGraph component to run the graph HTTP_connector.grf. Please have a look at the attachment. There are two graphs. The runGraph.grf launches HTTP connector graph with proper value of ${email} parameter. Unfortunately this workaround does not work in version 2.9.1