Using Regular Expression - Parse
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!
Solved! Go to Solution.
- Labels:
- Expression
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can use regex [^\s]+ with output method Tokenize to split the timezone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Jennyman130,
I am attaching the solved workflow. I have done it both with regex and text to column tool. Hope it hepls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Jennyman130,
I am attaching the solved workflow. I hope it helps.. Get back for any queries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
