Tokenizer

Tokenizes a String value (splits into substrings).

Transformer Concurrent Distributed execution possible
  • Column

    InputColumn<String> Required
  • Delimiters

    Characters to tokenize by

    List of char Required
  • Number of tokens

    Defines the max amount of tokens to expect

    Integer Required
  • Token target

    Add tokens as columns or as separate rows?

    Choice: Columns Rows Required