I want to remove certain words from a string based on a long list that I have.
So example string
Record 1: The road was a long winding and grey. With an yellow wall -
Record 2: The road was a long winding and blue. With an orange wall
Words to pull out
Yellow
Grey
Orange
Blue
Purple
Result
Record 1: Grey / Yellow
Record 2: Blue / Orange
I have tried the append field on the find and replace however it only appends one result from example just grey