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

Need help parsing this date

xspunky
7 - Meteor

2018-11-27T14:34:20.900Z

 

 

Does anyone know how I would parse this to 2018-11-27? And then the T14:34:20.900Z in another column? 

3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @xspunky 

 

You can use this regex function

(.*)(T.*)

 

Felipe_Ribeir0_0-1673028398603.png

 

 

xspunky
7 - Meteor

Hey, thank you Felipe, I was able to solve it. Was there an article or something that you use to figure out the Regex Parsing? 

Felipe_Ribeir0
16 - Nebula

Hi @xspunky 

 

To be honest, i dont have any particular article to recommend. I watched a bunch of youtube videos (you can find a lot about this on youtube https://www.youtube.com/results?search_query=alteryx+regex) and after i learned the basics, i started practicing dynamically using this great site: https://regex101.com/

 

Felipe_Ribeir0_0-1673030030756.png

 

But you can find a bunch of articles about regex on the community, i did not read them to be honest but it seems like a good start:

 

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/How-to-Get-Started-with-Regular-Exp...

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-RegEx/ta-p/37689

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/RegEx-Examples-12-Handy-Use-Cases/t...

 

 

Labels
Top Solution Authors