Alteryx Designer Desktop Discussions

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

Extract Date and Sort

KamenRider
10 - Fireball

Hi,

 

Kindly extract the date in this filename, and sort from latest. Please convert date format to May, 14, 2024 (sample)

 

05.11.24 Dorres Seekend Poliday Puck Exp Date Report.xlsx

05.12.24 Dorres Seekend Poliday Puck Exp Date Report.xlsx

05.13.24 Dorres Seekend Poliday Puck Exp Date Report.xlsx

 

Thanks,

 

Kamen

 

 

3 REPLIES 3
binuacs
20 - Arcturus

@KamenRider One way of doing this

image.png

AGilbert
11 - Bolide

Here are two regex expressions to extract the date from the file name and the datetime conversion expressions.

 

The datetime specifiers (%B, %d, %y) are explained in the help documentation here .

 

expressions.png

KamenRider
10 - Fireball

Thanks guys

 

Kamen

Labels