Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am new to talend and I am finding a Transformation service fits with our organization.
My requirement is mainly transforming a given file to particular format.
Ex: JSON to XML
XML to JSON, etc
I need to expose a talend job as a common service and when running this service user should be able to give file path, file type and target file type.
Can I do this using talend?
Is there any way to define dynamic schema for xml and json files?
Is there any good documentations regarding those requirements.
Highly appreciate your response regarding this.
Thank You
Yes you have to configure a Runtime where you'll deploy the bundle osgi and your job will act like as a Rest service if you use Rest component inside. Check talend documentation about runtime and rest component : trestclient , trestrequest and trestresponse(you'll find them in the ESB related component in the palette).
trestclient : to send rest request
tresrequest : to catch rest request
trestresponse : to throw back a response to the request