Solved

Removing keyword based on the value of another column


Hi all,

 

I am trying to remove some keywords based on the value of another column.

 image 

What I am hoping to achieve:

Removing Oxley & Victoria in Column A

 

Can anyone please provide some assistance.

 

Thanks

icon

Best answer by gav 25 July 2022, 03:25

View original

3 replies

Badge +3

Hi @calvin.fme​  - If you know the formatting will be consistent (for example, only 1 space after the value in Column B), you can use a StringReplacer and set the Attribute to "Column A", Mode to "Replace Text" and Text To Replace to "@Value(B) " (Don't forget the space). Screenshot below.

 

StringReplacer - Replace Text

Thank you so much @gav​. It worked!  

Badge +3

Rock on!

Reply