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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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