Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Conversion Functions
1
Date Functions
8
Encryption
1
Math Functions
2
Operators
1
String Functions
9
Choose Category
RPad - Right Padding in Informatica
Forget Code
Informatica
RPad - Right Padding
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, '-’)
Column
Return
Test
Test-
Time
Time-
Tags for RPad - Right Padding in Informatica
rpad usage in informatica
right padding
DP_String Functions
rpad example in informatica
rpad function in informatica with example
rpad function informatica
syntax for rpad in informatica
use of rpad in informatica
how to use rpad in informatica
informatica expression rpad and substr()
Contribute to Forget Code, help others.
Add snippet