Skip to main content
Solved

Help with the StringReplacer transformer!

  • August 28, 2020
  • 2 replies
  • 21 views

cshir065
Forum|alt.badge.img

Hi there,

 

I have a spreadsheet where I need to replace a string of text. I have attached the spreadsheet with the original text and what I would like to replace it with. I'm having trouble coming up with the correct syntax in the 'Text To Replace' in the 'Parameters' dialog box.

 

I can get the first string to replace but not the second. Please see attached screenshots.

 

Thank you and have a nice weekend :)

Best answer by bwn

I would try instead StringPairReplacer as it looks like the workflow is just replacing a paired fixed list of input substrings with a fixed list of replacement substrings.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

bwn
Evangelist
Forum|alt.badge.img+26
  • Evangelist
  • 562 replies
  • Best Answer
  • August 29, 2020

I would try instead StringPairReplacer as it looks like the workflow is just replacing a paired fixed list of input substrings with a fixed list of replacement substrings.


cshir065
Forum|alt.badge.img
  • Author
  • 24 replies
  • August 29, 2020

Thanks, @bwn​. I tried StringPairReplacer and it did exactly what I wanted.