Skip to main content

Match Text

Overview


Compares a text value to a provided list of values and returns the best match.

Input

Match Text

NameRequiredDescription
TextValue to be evaluated.
Match CSVComma separated values to attempt to match with provide text. Note that when there are identical scores, the first match in the list will be picked.
Score ThresholdThe minimum score for matched results (0-100)

CSV options

NameRequiredDescription
Delimiter CharacterThe character that separates each field in the CSV (e.g. ,)
Encapsulation CharacterThe character that surrounds each field in the CSV (e.g. ")
Error On Bad DataIf enabled, any bad data will cause an error to be thrown. Otherwise, bad data will be ignored will not be included in the match.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.

|Value| |The best matched value over the score theshold. Otherwise, no value is returned.| |Matched| |If a value was matched over the score threshold.| |Top Matches| |Top results matched with their respective scores.|