Hi All,
Anyone worked with processing large XML file in mule using dataweave?
If so can you give me some idea how to achieve this.
Thanks,
Lakshmi.
1 answer
You can use WeaveOutputHandler feature of DataWeave to transform large files. You can find more information on below link.
https://docs.mulesoft.com/mule-user-guide/v/3.9/dataweave-memory-management
Hope this will help.