Date mask matcher

Matches String values against a set of date masks, producing a corresponding set of output columns, specifying whether or not the strings could be interpreted as dates given those date masks

Transformer Concurrent Distributed execution possible
  • Column

    InputColumn<String> Required
  • Date masks

    List of String Required
  • Output type

    Choice: True or false Corrected value or null Required