Memory efficient replacement of a String using SAP PI Java Mapping.
This is an SAP PI Java Mapping program that makes eficient use of memory as it doesn't load the whole content of the payload into memory. It processes the content of the file streaming the content.
com.integrado.pi.mapping.replace.ReplaceString can be used to replace the content of any type of text payload (text, JSON, xml...) com.integrado.pi.mapping.replace.ReplaceStringStax is more efficient with XML documents.