String values

Pentaho Data Integration

Version
9.3.x
Audience
anonymous
Part Number
MK-95PDIA003-15
Use the following method to compare strings:
string.equals(otherString)
Note: Do not use the == operator for strings.

Use the following method to ignore case differences:

string.equalsIgnoreCase(otherString)