Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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
binu_acs
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