Forum Discussion
Anonymous
3 years agoNot applicable
Simple data cleaning
Hi, I have a column that contains data with '(number)' after it - I want to delete the '(number)' to clean it up otherwise I'm getting unique fields for every row! See example: So from...
- 3 years ago
Anonymous Perhaps you can do a split on " (" and then just blast the second column created?
Greg_Deckler
3 years agoCommunity Champion
Anonymous Perhaps you can do a split on " (" and then just blast the second column created?
- AlexisOlson3 years agoSuper User
Or Transform > Extract > Text Before Delimiter (using the same delimiter) to avoid the extra column.