CSV Transaction Imports #708
Reference in New Issue
Block a user
Delete Branch "csv-imports-part-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
The overall strategy is to:
TransactioncolumnsTransactionrecords using records and the mappings fromImportA note on inheritance
In the future, we will likely introduce different types of data imports. For example, "Transaction Import", "Account Import", "Category Import".
This initial implementation introduces a broad superclass,
Import, and does not account for inheritance. My main reasoning is to avoid a premature implementation.In this PR