Hi Team,
we are just trying to convert the string timestamp format values to dateTime format in the expression transformation, when we tried to use toDateTime(<column_name>,'YYYY-MM-DD HHss','en') returning null- can someone help.
Hi Team,
we are just trying to convert the string timestamp format values to dateTime format in the expression transformation, when we tried to use toDateTime(<column_name>,'YYYY-MM-DD HHss','en') returning null- can someone help.
Is there any variable value am I missing, how to pass locale value in this expression, kind of stuck with this,
Hi
It looks like there's a minor issue with the format in your expression. Please try using the format below, and it should work as expected:
toDateTime(frm_where_clause,'yyyy-MM-dd HH:mm:ss')
I am seeing below result:
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.