DataWeave 2.0 Operator ~=
In DataWeave, the ~= operator determines if two values are similar, regardless of their type.
for example: the string '123' and the number 123 are not equal, but they are recognized as similar or equal with ~= operator.
DataWeave:
Comments
Post a Comment