NAME

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

VERSION

version 0.3.6

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.