Skip to content

Commit

Permalink
Added recommended configuration for description expression
Browse files Browse the repository at this point in the history
  • Loading branch information
dvankley committed Aug 22, 2024
1 parent fba44ce commit 77aacf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 77aacf9

Please sign in to comment.