on 2023 Oct 27 4:12 PM
Dear Experts,
In SAP CPI iflow, I have created a iflow with 5 different logic in 5 XSLT'S One after another, So considering a performance of the XSLT Code can we club into one XSLT Mapping Palate (or) Splitted XSLT in many Palate is fine? Please let me know.
Regards,
Naveen
Request clarification before answering.
Hello naveenarockiaraj,
There are multiple factors like reusability, performance, parallel development, modularity etc. Both single and multiple XSLT mapping have it's own benefits and drawbacks. It's totally up to your project's specific needs and aim of integration scenario basis which you can take the decision.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Naveen,
You can club all these 5 mappings into one so that only once whole input data is loaded to memory to perform required transformation. Also it depends on how efficiently you are writing your code ( you might consider some XSLT version 3.0 functions to optimize instead of writing long rules with older versions ).
Regards,
Sri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
34 | |
22 | |
16 | |
8 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.