I was wondering if Alteryx had the capability to recognize wildcards within my data. I am aware that Alteryx has a wildcard function (*), but I want to know if I have this in my data - how can I get it to act as a wildcard.
For example: Lets say I am joining data that acts as a "rule" for my data-set.

In the example above, I would like Alteryx to recognize that the * is a wildcard. When doing a join, I would do it off of State, Invoice Description, and Year. I want Alteryx to know that if it is in PA in 2019 than the determination is always yes regardless of the invoice description and therefore, will join that data to my data-set.
I need all three criteria because sometimes the invoice description changes the determination. For example - NY in 2019 would change determinations depending on it being food or drinks in the invoice description.
Please let me know if this is enough information! Thanks!