Skip to content

Dealing with one-off transactions when importing from CSV #116

Answered by apauley
gleber asked this question in Q&A
Discussion options

You must be logged in to vote

Many of my rules are general, but like you I also have many one-off cases where I need a rule that matches just a single transaction.

For some of my accounts I've grouped them in a separate file, which I then include in the rules file of that account.

In this example it is mybank-special.rules:

# Saved as: import/john/mybank/checking/mybank-checking.rules
include ../../../mybank-shared.rules
include mybank-special.rules
account1 assets:Current:John:MyBank:Checking

I guess you can break it down further by year if you need to.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gleber
Comment options

Answer selected by gleber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants