How to avoid intermediate file creation if we have multiple mappings?
Summary
How to avoid intermediate file creation if we have multiple mappings?Content
Hi All,
I am new to ICS and need some modeling suggestion.
I have to create intermediate xml file in the intermediate mapping to convert the source data to destination format. As this is an I/O operation it will slow down the process.
Is there a way to avoid the file creation? As data is already present in xml format memory, so it will be good to directly map into destination element.
My implementation detail is as below -
Source (XML) => (Map 1) ==> data (XML WRITE AND READ) ==> (Map 2) ==> Destination(XML)
2