Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

RPad - Right Padding in Informatica

The RPAD function converts a string to a specified length by adding blanks or characters to the end of the string.
General Syntax
RPAD( first_string, length [, second_string ] )

Example: The following expression returns the string with a length of 5 characters, appending the string hyphen '-' to the end of each word:
RPAD (Column, 5, '-’)

ColumnReturn
TestTest-
TimeTime-