Requirement: Generate multiple target segments from two different input fields to same target field
Input:
<Input123
<Field1:ABC
</Input123
<Input456
<Field2:DEF
</Input456
<Input456
<Field2:GHI
</Input456
Output:
<Output
<ABC
</Output
<Output
<DEF
</Output
<Output
<GHI
</Output