Writing a large XML/Json file
Summary
How to write a large Json/XML fileContent
Hi All,
We have a requirement to write a large json file by reading some records from DB. We need to chunk it through by reading 200 rows, challenge is when we write it to stage directory and then moving to it to target SFTP server, The header node gets repeated after 200 records.
Have you faced this issue anytime? If yes, how did we resolve this?
Tagged:
0