Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

The Python Evaluator transformation plugin is available in the Hub.

Executes user-provided python code that transforms one record into zero or more records. Each input record is converted into a dictionary which can be directly accessed in python. The transform expects to receive a dictionary as input, which it can process and emit zero or more transformed dictionaries, or emit an error dictionary using the provided emitter object.

...