Hi,
I'm trying to get the value of something after the ">" character.
For example I would have
DATE
1d03942d>Jun 25 2019
sa39ss345298>May 26 2019
and I want to get
DATE
Jun 25 2019
May 26 2019
How can I use RegEx to only take things after the ">" symbol?
Solved! Go to Solution.
Hi, I think the following regex in the Parse method, should work:
>(.*)
Hi @helenjin1 you can use regex or text to column.
User | Count |
---|---|
103 | |
81 | |
66 | |
49 | |
40 |