Function Name:
Rpad
Purpose:
The Rpad function pads the given input text with a specified string, to the right of the input text.
Configuration:
1. Enter a Display label for the node. This will be helpful with identifying the node when viewing your Entity Pipeline.
2. Enter a Description that will explain the criteria configured.
3. Pad With is where you will specify what character(s) are inserted to the right of the text value.
4. Pad to Size is where you will specify the maximum length of the new value generated by the Rpad function. For example, if you set the Pad to Size value as 5 and Pad With value as 0, the input value 123 will be updated to 12300.