Forum Discussion

Surendar's avatar
Surendar
Contributor
8 years ago

How to convert comma separated values to rows in SnapLogic?

Hello. I am having some issues getting “replace” to work the way I want; kindly have a look. This works: $Name.replace(/ron/gi, “Ronald”) So does this: $Name.replace($OldName, $NewName) But...