Description

The ConcatNumberGen Generator allows the concatenation of elements based on resetNumber value, separated by a delimiter, to generate an accumulated data.


Parameters 

The following parameters may be configured for the ConcatNumberGen Generator. Items with an asterisk* are required.    

  • reference* - References the Attribute who's data will be concatenated with the delimiter.

  • resetNumber* - References the resetNumber value. Whenever the resetNumber value will change to true, the output for this Generator will be reset, to start the concatenation using the delimiter again.

  • delimiter* - Defines the delimiter that delimits the concatenated values.


Example 1: Accumulate data "test" in 3 rows that is pipe "|" delimited and then restart the process


The Parameter configuration is as follows for this example: 

  • reference = test
  • resetNumber = 3
  • delimiter = |



Sample Output

The sample output below separates the reference Parameter value by a pipe delimiter by 1, 2 and 3 rows and then resets to 1.