This release brings one of the most requested feature : Data import
ExpenseOwl now allows import of data in CSV or JSON. CSV is the recommended way of importing.
Data import is non-destructive, i.e., existing data is not removed or deduplicated. This is by design because ExpenseOwl's tracking depends on expense IDs, which are UUIDs. All other data can be common and unique so there is no usual algorithmic way to deduplicate.
Import feature works with just about any software's import, as long as the required categories (name, category, amount, date) are present in the file. The column names are case-insensitive and categories are also collated in a case-insensitive manner.
Thanks for giving ExpenseOwl a spin!