SOLVED
How to parse in RegEx on a doulbe pipe
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ractony7
6 - Meteoroid
‎03-15-2022
01:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Labels:
- Labels:
- Regex
5 REPLIES 5
binuacs
21 - Polaris
‎03-15-2022
01:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
binuacs
21 - Polaris
‎03-15-2022
01:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
JarekSkudrzyk
11 - Bolide
‎03-15-2022
01:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
EN6924
10 - Fireball
‎03-22-2022
02:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎03-24-2022
11:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
All of these worked! Thanks guys!
