Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to create a route which has a chttp server as the input component.
This component is linked to a cTalendJob. The output of that job is a simple csv file.
With a single cFile Input component (there is only one column and one row in it) i managed to get the route up and running. But now I want to change the input file to the cHttp component.
The URI for the server endpoint is http://localhost:8088/customers
Now I want to add a parameter to this URI like that: http://localhost:8088/customers?id=754
How can I forward that id to the job?
best regards,
alois