Description
The ConstantGen Generator generates a non-changing value.
In This Article
- Generator Parameters
- Example 1 - Generate Blank Values for an Attribute
- Example 2 - Generate an Empty String for an Attribute
- Example 3 - Generate 'Test' Generated for each Record
Generator Parameters
The following parameters may be configured for the ConstantGen Generator. Items with an asterisk* are required.
- value* – Specifies the constant value. Variables like ${variable} or #{EMPTY} are allowed.
Example 1 - Generate Blank Values for an Attribute
Enter #{BLANK} for the value parameter.
Example 2 - Generate an Empty String for an Attribute
Enter #{EMPTY} for the value parameter.
Example 3 - Generate 'Test' Generated for each Record
This example uses the text "constant value" for the value Parameter, as shown below:
Sample Output
As shown below, 'Test' is generated for each record in the sample output.