Hello Community!
I would like to split the following data in RegEx Parse
Beginning Data
10/12/2019||156
02/05/2021||176
Desired Result
10/12/2019 | 156 |
02/05/2021 | 176 |
Ideally I want to do this without converting the "double pipe" into a different symbol using the formula tool. Is this possible? I am quite new to RegEX.
Thanks Team!
Tony
Solved! Go to Solution.
All of these worked! Thanks guys!