Comparing field contents
I want to compare the first few characters of the Description field with the first few characters of a different field (system name). For instance, I need to ensure the system name is included at the beginning of the field.
I tried using the “starttsWith” command in my script, but receive the error message. "A syntax problem was encountered in rule “Compare fields”. It defines a ‘startsWith’ method that can not be found."
Collibra is geting hung up on:
startsWith(description, “X”, message: “OK”)
Thanks
S Benson
Posted 4 years ago · Edited 1 year ago·Last reply 4 years ago
2 comments
S Benson
OP4 years ago · EditedI actually wrote the code to do what I needed…
Scott
arthurburkhardt
·4 years ago · Editedyes, the syntax is
Example: