This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple transaction parts in the row interpreter.
Moves category determination, amount and memo to all take parameters. Then implement getTransactionParts which grabs transaction information from the details field, falling back to the envelope and amount if none is provided. This way, the row interpreter consistently breaks up transactions into parts. The DataTransformer remains in charge of turning transaction parts into full transactions. This includes taking the part of a transaction into account when calculating the import ID.
- Loading branch information
1 parent
a1f0919
commit 192b543
Showing
2 changed files
with
54 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters