Reputation: 169
I am trying to convert string to timestamp through OTB azure data factory expression builder. It is fetching value as null as shown in the below screenshot.
I know it is a very basic query but I am stuck here for some time. After the string value is converted to timestamp I need to perform a timestamp comparison.
Upvotes: 0
Views: 875
Reputation: 169
Found solution. I need to add a backslash escape character for literal 'T' 'yyyy-MM-dd\'T\'HH:mm'
Upvotes: 2