Name

adams.flow.transformer.StringArraySplit


Synopsis

Uses a regular expression to identify the string that triggers one or more splits in a string array, resulting in smaller arrays being output.
What is done with the string triggering the split, is defined in the split handling option, e.g., discard it.
Useful actor for splitting a log file into individual entry chunks.


Additional information

Flow input/output:
- input: java.lang.String[]
- output: java.lang.String[]


Options