ParseDate (Formats, Str)

Example

We have an Orders dataset with a ShippedDate field.

In this example, we will map this field to the string input of the function transformation object. We will also pass a specific date time format, to match the date format of the ShippedDate field, to the Format1 field in the function transformation object using a Variables object.

Where,

Format1 = dd/MM/yyyy hh:mm:ss tt

In the output window, you can see values from the ShippedDate field have been successfully parsed by the function transformation object, as the provided date time format has been matched.

© Copyright 2023, Astera Software