Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Extract Date from a String field (MMM DD, YYYY)

aileenr
7 - Meteor

Hello,

 

Is there a Regex formula I can use to extract a date from a long string field?

 

Example below:

 

aileenr_0-1641168682687.png

 

2 REPLIES 2
binuacs
21 - Polaris

@aileenr regex expression : (\w{3}\s\d+?\,\s\d{4})

 

binuacs_0-1641170458754.png

 

Alteryx_AR
12 - Quasar

Hi @aileenr  Regular expression-  (\w{3}\s\d+\,\s\d{4})

 

ArtiRajput_0-1641173526219.png

 

ArtiRajput_1-1641173579066.png

2. Use DateTimeParse function 

3 . Simply use text to column tool with space as delimiter.

Labels
Top Solution Authors