Hi everyone
I use 5.6 version and In a transformation I need to generate a large JSON file so I use tFileOutputJSON component. the problem is that the generated output is a single line JSON file which has more data than java can handle in a single line. any idea on how can I avoid this behavior and create a well formed JSON file?
Best,
Hi, Could you please explain your request with some example data? What's your expected json output? Here is a component TalendHelpCenter:tWriteJSONField which is used to transform the incoming data into JSON fields.
Hi Sabrina Thanks for the hint. Breaking the file down to records and writing them individually using tWriteJSONField solved the problem of formating the json file. Best, Yashar