I am trying to convert a column from text to date. The format of the data is:
Tue, 11 Oct 2016 15:29:08 +0200
When I convert, I get the following error:
DataFormat.Error: We couldn't parse the input provided as a DateTime value.
Details:
Tue, 11 Oct 2016 15:29:08 +0200
Any sugestions for how to fix this?