Hello, I have a dataset like this, and I need to trim it in the right. The only pattern is that, there will be a bracket in the end.
I used Text to column, but i would like to know if there's a better way, in case there are 3 brackets in the future.
| String | Extract |
| abc(999) | 999 |
| xopo(iioie)dfdfdf(000A) | 000A |
| opop-(,mmm)xoxoxo(BBB123) | BBB123 |
I am not sure how to use Alteryx to do this... would appreciate help, thanks!