Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehThis came up during a demo. The customer wanted to know how to check if a field contains a list of valid values. The split node breaks up the data set into records that contain valid values and records that don't. I've added a tour guide to walk through the various inputs:
Field_to_Check - This is the name of the field whose values you want to validate
Validity_Field - This is the name of the field to be created containing the pass/fail message.
Valid_Values - List out the valid values separated by commas.
Msg_on_Fail - This is the message that will appear in the Validity_Field if the Field_to_Check contains invalid values.
Msg_on_Pass - This is the message that will appear in the Validity_Field if the Field_to_Check contains valid values.
Attachments:
checkValidValues.brg