Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event here.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to parse in RegEx on a doulbe pipe

ractony7
6 - Meteoroid

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/2019156
02/05/2021176

 

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

5 REPLIES 5
binuacs
20 - Arcturus

@ractony7 

binuacs_0-1647377152354.png

 

binuacs
20 - Arcturus

@ractony7 another option using Regex Tokenize

binuacs_1-1647377241752.png

 

JarekSkudrzyk
11 - Bolide

@ractony7

Hi,

the options given by @binuacs are great. If you would like, for some reason, to use  RegEx Parse you can use the following:

JarekSkudrzyk_0-1647377815936.png

BTW when constructing RegEx I recommend to use regex101.com - it allows to instantly check whether the expression is doing what you meant it to do.

EN6924
10 - Fireball

EN6924_0-1647983634341.png

 

ractony7
6 - Meteoroid

All of these worked!  Thanks guys!

Labels