From 77aacf9996b2496d0bef509e11cc8abfc5b63f84 Mon Sep 17 00:00:00 2001 From: Dan van Kley Date: Thu, 22 Aug 2024 19:23:58 -0400 Subject: [PATCH] Added recommended configuration for description expression --- src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6457c4c..8328cd7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -91,6 +91,9 @@ fireflyPlaidConnector2: # "(expensive!)" at the end of the description for transactions above a certain amount. This demonstrates usage # of the SpEL ternary operator. # As some of the expression syntax can conflict with YAML syntax, it's important to explicitly quote this value. + # If you're ok with new behavior, the expression below is the new recommended configuration. + # descriptionExpression: "transaction.originalDescription ?: transaction.merchantName ?: transaction.name" + # The expression below is the default to maintain the previous behavior. # descriptionExpression: "#merchantAndDescription" # Transaction categorization configuration (optional, defaults to disable categorization) # Plaid currently supplies two types of categorization information https://plaid.com/blog/transactions-categorization-taxonomy/