Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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...
  • Greg_Deckler's avatar
    3 years ago

    Anonymous Perhaps you can do a split on " ("  and then just blast the second column created?