Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Nadz-Talend
Contributor
Contributor

Conversion of file types dynamically using talend

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

Labels (2)
10 Replies
gjeremy1617088143

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