I have two groups(group1 and group2) in the input typetree, both occurs 0 to 24 times.In the outputtype tree, have just one group(group3) occuring 0 to 24 times. If the group1 occures 24 times, i need the output to have group1, all 24 times filled. Whatever in the group2 should be ignored.
When group1 has items less than 24, then the items from group2 should be filled, till group3 is full. The rest of items in group2 can be ignored.
How do we do such mapping?