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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
ankushdeshpande
Contributor
Contributor

Generic JSON to Flat file job

Hi All,

We are creating a generic job which should read any json file and convert it into flat file. we have below criteria for creating this job.

 

1. The schema should NOT be static. any json file should be read and converted to flat file.

2. As Json components do not support dynamic schema, need help to achieve the functionality using any custom java code or any other way.

 

Thanks in advance.

Labels (4)
1 Reply
Anonymous
Not applicable

Hi
It is impossible to achieve it with existing components, the json components do not support dynamic schema, you have to specify the mapping between columns and fields which you want to extract from the json file.

Regards
Shong