on 2019 Jul 02 8:20 AM
Hi Experts,
I am having a requirement in mapping below
In my Source structure there is an element say abc with occurance as (0-unbounded) if multiple duplicate elements of abc are receiving from sender system then it should pass to different target elements(four elements say) with in same context as shown below
Explanation:
abc having 0 - Unbounded occurrences.
I want to pass the each value from source to different target elements details of item 1, item 2, item 3, item 4, in separately.
I mean abc ------------ item 1
abc ------------ item 2
abc ------------ item 3
abc ------------ item 4
Regards
Ramana
you can use index function.
for example
abc - index \
- equals \
constant (1) / \
- ifwithoutelse - item1
abc /
do the same for item2 with constant (2) and so on
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ramana,
Your requirement is not clear based on how you want to split to the target but a simple SplitByValue with EachValue or ValueChange seems to cover your needs. If that is not the case you would have to be more specific.
Regards,
Ryan Crosby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.