Detailed Description of Splitter

This step splits the input into separate words. For each of these words (created by splitting the input) it creates a new record. Each of these new records is an exact copy of the input record with the only difference being the column containing the words created by splitting the input. The "allSentenceColumn" property is an input expression for the splitting and the "oneWordColumn" property is an output column for the split words. All other columns from the input are automatically copied to the output unchanged. The separatorConfig property defines which characters should be considered delimiters.


iWay Software