IICS Example 38: Java Transformation splitting of rows based phone number concatenation

Опубликовано: 10 Апрель 2026
на канале: Technology with Kiran
122
2

Java Transformation:
====================
The Java transformation provides a simple,
native programming interface to define transformation functionality with the Java programming language.


Active or Passive?

If active, the transformation can generate more than one output row for each input row.

If passive, the transformation generates one output row for each input row.

Default is Active.