'String To timestamp conversion is giving me null in azure data factory
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.
Solution 1:[1]
Found solution. I need to add a backslash escape character for literal 'T' 'yyyy-MM-dd\'T\'HH:mm'
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | suraj_123 |
