# README
importer
There are two types of importers:
- Budget importers. These import whole budgets at once.
- Transaction importers. These import transactions for a specified account. This is a two-step process: Transaction importers return a slice of
TransactionPreview
objects. These are returned by the API to allow users to edit the transactions before finally importing them.
# Functions
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParsedResources is the struct containing all resources that are to be created Named resources are in maps with their names as keys to enable easy deduplication and iteration through them.
No description provided by the author
TransactionPreview is used to preview transactions that will be imported to allow for editing.