I want to replace a string if I don't have a specific delimiter/string in a column. If the delimiter already exists in that row then I don't want to touch that row. I have around 3.5million records.
Below is the sample set. I want to replace is with :
One:1
Two:2
Three is 3
Four is IV:4
Output should be like this
One:1
Two:2
Three:3
Four is IV:4