Alteryx Designer Desktop Discussions

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

Using Regular Expression - Parse

Jennyman130
7 - Meteor

Hello all

 

My regular expression (\s+)$ to split out the timezone SST (eg.11/16/2017 5:24PM SST) doesn't work, the cells turn out blank. Would you have an idea what went wrong with it please?

 

Many thanks!

6 REPLIES 6
ponraj
13 - Pulsar

You can use regex [^\s]+ with output method Tokenize to split the timezone. 

 

bharti_dalal
10 - Fireball

Hi @Jennyman130,

I am attaching the solved workflow. I have done it both with regex and text to column tool. Hope it hepls.Screenshot (141).png

Jennyman130
7 - Meteor

Thanks a lot both, it works! And I have one more question on how to use the datetime tool to convert 11/17/2017 4:42 PM to date timestamp (24Hrs format) so I can convert it to a local time where we re based. A sample workflow will be appreciated.

bharti_dalal
10 - Fireball

Hi @Jennyman130,

I am attaching the solved workflow. I hope it helps.. Get back for any queries.Screenshot (142).pngScreenshot (143).png

bharti_dalal
10 - Fireball

Hi,

Here is workflow for 11.0 version.

Jennyman130
7 - Meteor
Thanks it worked perfectly! Thanks a lot Bharti! You re brilliant!
Labels