LEN(ColumnToCheck) - LEN(REPLACE(ColumnToCheck,"M",""))
Monday, October 22, 2018
Wednesday, October 10, 2018
Like Operation in expression transformation
To check if a sub string is present in a string like '%%' is used in SQL format. Equivalent regular expression informatica will be
REG_MATCH(Employee,'.*Be.*')
Employee Result
Beat TRUE
Bearo TRUE
Kartheek FALSE
Deb FALSE
REG_MATCH(Employee,'.*Be.*')
Employee Result
Beat TRUE
Bearo TRUE
Kartheek FALSE
Deb FALSE
Subscribe to:
Posts (Atom)