Hi, I am having a hard time removing White Space from all the columns within my flow. I have tried the following:
- Dynamic Rename Tool - trim([_currentfield_])
- Data Cleansing Tool - Remove Unwanted Characters: Leading and Trailing WhiteSpace
- Multi-Field Formula - trim([_currentfield_])
The following chart shows how the data could be and my desired results:
| Original | Desired |
| Hello | Hello |
| Good Day | Good Day |
| Thanks (with white space at the end) | Thanks |
Does anyone have any ideas on how to remove unwanted white space?