The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Wubot::Reactor::Split - split a CSV field on a message out into multiple other fields

VERSION

version 0.3.0

SYNOPSIS

  - name: split
    plugin: Split
    config:
      source_field: line
      target_fields:
        - source
        - type
        - value
        - units

DESCRIPTION

TODO: More to come...

SUBROUTINES/METHODS

react( $message, $config )

The standard reactor plugin react() method.