JavaScript filter

Supply your own piece of JavaScript that evaluates whether rows should be included or excluded from processing.

Filter Concurrent Distributed execution possible
  • VALID

  • INVALID

  • Columns

    List of InputColumn<Object> Required
  • Source code

    Available variables:

    values[0..]: Array of values

    values["my_col"]: Map of values

    my_col: Each column value has it's own variable

    out: Print to console using out.println('hello')

    logger: Print to log using log.info(...), log.warn(...), log.error(...)

    String Required