Convert to date

Converts anything to a date (or null).

Transformer Concurrent Distributed execution possible
  • Input

    List of InputColumn<Object> Required
  • Time zone

    Default time zone to use if the date mask does not itself specify the time zone.

    String Required
  • Null replacement

    What value to return when the string cannot be parsed using any of the date masks.

    Date Optional
  • Date masks

    A sequence of date masks that will be tested from first to last until a match is found.

    List of String Optional