Forum Discussion
Aleksandar_A
2 years agoContributor III
Hello SL12345.
You can try with the following expression in a Mapper Snap:
$myString.split(';')[2]=='value1' && $myString.split(';')[4]=='01' ? $myString.split(';').map((x,ind) => ind == 1 ? 888 : x).join(';') : $myString
Let me know if this helps you.
Regards,
Aleksandar.