I have a column where a particular string appears multiple times. The number of occurrence is not fixed. I can get such string any number of times.
Example: Column description has the following data
The account account has been cancelled for the account account account and with the account
Here basically I want to replace multiple concurrent occurrence of account with single one
Expected Output:
The account has been cancelled for the account and with the account