How to output JSON file via file dataset instead of newline-delimited JSON array?
Hi, Pega Support
We noticed when we output Decision strategy result via dataflow to a file dataset in JSON format, it only create NDJSON (newline-delimited JSON array) format not true JSON file as downstream process expected. Instead of write custom activity or java function to loop thru those NDJSON array and append ; at each line and open/close [ ] bracket and write to file, any better way or OOTb to handle this? We don't want to create long pagelist to convert especially there will be close to 2 million record entries in this output file. Any suggestions and recommendation?
Thanks!