Versions Compared

Key

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

Reads a text stream and outputs a list of text blocks.

Operates On:  Text Streams

Include Page
Generic Configuration Parameters
Generic Configuration Parameters

Configuration Parameters

  • splitRegex (string, required) - A Java Pattern which identifies where a block should be split.debug (boolean, optional)Enable all debug log functionality of the stage, if any.


Code Block
languagejs
themeEclipse
titleExample Configuration
{
  "type":"SimpleReader",
  "splitRegex":"\s*\n\n\s*"
}

...