Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Convert datetime string in JDBC timestamp string format to ISO 8601 format.Syntax
TimestampFormatToISODatetime(string_expression)
Examples
TimestampFormatToISODatetime('2013-10-17 23:59:54.432') returns 2013-10-17T23:59:54.432Z