Description
Resets the ISO datetime string to the beginning of the year specified in the string.Syntax
ISOToYear(datetime_string)
Examples
ISOToYear('2009-01-07T01:07:01.000Z') returns 2009-01-01T00:00:00.000Z
Truncate an ISO datetime string to January 1st of its year. Use ISOTOYEAR for yearly aggregations in Integrate.io ETL pipeline expressions.
ISOToYear(datetime_string)
ISOToYear('2009-01-07T01:07:01.000Z') returns 2009-01-01T00:00:00.000Z