Multiple rule config #330
Description
Hi @ryanjdew ,
I Ryan I have a scenario which I need some insight from you . How do we configure multiple rules in options.xml to be executed on a set of document .
Lets say we have three field json consisting of in two document and we intend to match them
a) fName
b) lName
c) gender
The rule that we intend to apply is
i) fname and lname should match gender may not match
ii) fname matches but lname doesn't matches and gender gain matches.
iii) fname doesnt match but lname and gender matches.
My question here is if rule 1 doesn't matches then rule 2 will execute . if rule 2 doesn't match rule three will execute and give a result . If none matches we get unmatched .Is there any way to achieve this .Please if you can provide some documentation or example will help a lot .
Thanks & Regards
Debashis Sinha