I'd like to be able to set multiple conditions for rules on imported transactions and adjust their payee, category, etc automatically.
For example:
IF
Payee = X
AND Account = Y
AND Amount = Z
Etc…
THEN:
Set Payee to A
Set Category to B
Set Transfer(?) to C
Set Memo to "Rules are useful"
Set Tags to "Project A, House"
Etc…
Bonus points if the text filters (payee for example) have multiple search options (contains, starts with, ends with, regex isn't required but would be a nice to have). And Amount could accept maybe =, <,≤,>,≥, between.