Hi,
I am ingesting a an XML feed in my application that, uncompressed is 1.4GB. I am using XmlToRecordList, but when I define the xml using BinaryDataToText I run into an OutOfMemoryException.
I know the solution would be to trim the feed into smaller chunks, but I don't have control over that, it is supplied by a third party and I'm not sure how flexible they would be.
Is there a way around this utilising Outsystems capabilities?
Hello Aaron,
Hope you're doing well.
I think the best option for your use case would be the creation of an Extension (using Integration Studio).
There are some powerful .NET libraries that you can use to manage XML files like System.Xml library.
Hope that this helps you!
Kind regards,
Rui Barradas
Hi Rui,
Yep that worked great, thank you!