This generator creates a uppercase character string to be used to set a static value.
How to use the “String” generator to create random value:
- Check the Random option.
- Set the minimum length of the strings you want to generate.The minimum value for this configuration is 0. A string with a length of 0 is equivalent to an empty string.
- Set the maximum length of the strings you want to generate.
- Include lowercase letters (a to z characters).
- Include uppercase letters (Z to Z characters).
- Include digits (0 to 9 characters).
- Include special characters. This allows you to include any character you want.
- Include random blanks. Including random blanks means that you generate empty strings among the values for use in the field or data type.
How to use the “String” generator to set a static value: