Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

JSON Input dynamic Schema

Hello,

 

Working in Talend Open Studio 6.4.

I need to work with a JSON as input file, which I get as response from an API.

However, the schema of this JSON may change from one request to another. 

Is there a way to make the JSON input schema dynamic?

I know of tJsonnormalize, but according to docuentation it is only compatible up to 5.6 version. 

Any Ideas are welcome.

 

Regards,

Labels (3)
3 Replies
vapukov
Master II
Master II

what is "dynamic" in Your schema?
and what finally You try to achieve ?

Anonymous
Not applicable
Author

Hello,

pretty much every thing is dynamic.

It's a template for profile creation send by an API. The number of fields varies. While some are standard, their position may varies. Some exist in one file and may not exists in another....

From this template and a csv file containing actual data, I'll create my users in API.

I can certainly define one schema for one instance, but for next run, the schema will be different, and for the next as well, and so on

Regards,

madhukolli2003
Contributor III
Contributor III

Hi Chillion,

I have the same requirement, did you resolve this ?

If yes, Can you please provide the steps .

 

Thanks & Regards,

Madhu Kolli