Using Groovy Scripts to read the same field level and send it all values in one field.
Read the input value in field name -SAPScriptLineText
Now 2 same fields come 2 different values i need to concat and send to receiver 1 value using groovy script.
Input:
<SAPScriptLineText>BG AV 302 LED BG AV 302 LED BG AV 302 LED BG AV 302 LED BG AV 302 LED BG</SAPScriptLineText>
<SAPScriptLineText>AV 302 LED BG AV 302 LED BG AV 302 LED</SAPScriptLineText>
Output:
<SAPScriptLineText>BG AV 302 LED BG AV 302 LED BG AV 302 LED BG AV 302 LED BG AV 302 LED BG AV 302 LED BG AV 302 LED BG AV 302 LED</SAPScriptLineText>
Example:
Below Script can use the inside Mapping of groovy script.
No comments:
Post a Comment