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.