I want to remove unwanted "," from the field Elimination reason. There are "," at the beginning and end and in middle. Can someone help me remove them and make the data clean?
Example
1 Due to Code Name , , , ,Not Enabled - In this text I just want 1 comma and the final text to look like "Due to Code Name , Not Enabled"
2 , , , ,Not Enabled - I want to remove unwanted commas in the beginning the final text should look like "Not Enabled"
3 ,Since it is a Parent , , , - I want to remove unwanted commas the final text should look like "Since it is a Parent"
4 Due to Code Name , , , , - I want to remove unwanted commas the final text should look like "Due to Code Name"
5
I want to remove unwanted "," from the field Elimination reason. There are "," at the beginning and end and in middle. Can someone help me remove them and make the data clean?
Example
1 Due to Code Name , , , ,Not Enabled - In this text I just want 1 comma and the final text to look like "Due to Code Name ,Not Enabled"
2 , , , ,Not Enabled - I want to remove unwanted commas in the beginning the final text should look like "Not Enabled"
3 ,Since it is a Parent , , , - I want to remove unwanted commas the final text should look like "Since it is a Parent"
4 Due to Code Name , , , , - I want to remove unwanted commas the final text should look like "Due to Code Name"
5 ,Since it is a Parent , ,Due to Ledger Name , - I want to remove unwanted commas the final text should look like "Since it is a Parent ,Due to Ledger Name"
6 Due to Code Name ,Since it is a Parent , ,Due to Ledger Name , - I want to remove unwanted commas the final text should look like "Due to Code Name ,Since it is a Parent ,Due to Ledger Name"
I'm attaching below my Alteryx workflow and Excel output file