Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to create a REST service using Talend Open Studio which will query the database and return a JSON response through an API request. Following is basic flow I need,
Request received -> Query data from DB -> Convert to JSON -> Send Response
I can't seem to put together the proper components needed for this. It would be great if someone could point me in the right direction.
Thanks!
This worked! Thanks!