Parsing String to Date&Time

Hi, I’m using a CSV Reader followed by a String to Date&Time node.
How would you configure it to parse a string like this:

Tue Jul 17 2018 02:00:00 GMT+0200 (CEST)

:slight_smile:

Hi!

I just wouldn’t :smiley:

I would use string manipulation node to get it to format both myself and Knime find appropriate :slight_smile:

Good luck!

Ivan

In line with what @ipazin suggested, here’s an example workflow. It probably doesn’t do exactly what you need, but maybe you can improve it further.

2018-07-25%2010_13_08-KNIME%20Analytics%20Platform

2018-07-25%2010_14_31-Output%20table%20-%202_4%20-%20String%20to%20Date%26Time%20(Parse)

DateParsingExample.knwf (11.4 KB)

2 Likes

@ScottF I would just put all these manipulations into one String manipulation node :wink:
Ivan