Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.