Skip to content

Releases: firefly-iii/data-importer

0.4.0

22 Dec 06:21
@JC5 JC5

Choose a tag to compare

Known issues

  • ⚠️ Duplicate detection could be broken, due to changes in the way transactions are handled. Be careful importing large batches.
  • 💡 Some people have reported running into loops when trying to start importing CSV files. Please open an issue if this happens to you.

Changed

  • The importer will search for, and match account numbers as well as IBANs.
  • The importer will prefer 'bookDate' over 'valueDate'

Added

  • POST import and import via upload is now possible. Several mandatory security measures are listed in .env.example.

Fixed

0.3.0

11 Dec 04:29
@JC5 JC5

Choose a tag to compare

Added

  • Issue 5342 Can import "external URL" field.
  • Will now send report messages over mail if you want.

Fixed

  • Remove TODO's from README file.
  • Respect date range when importing.
  • Nordigen will pre-select country + bank
  • Nordigen will recycle requisition
  • Mapping works for Spectre + Nordigen
  • Better secret management for Nordigen + Spectre
  • Issue 5351 Fix URL's
  • Fix duplicate detection.
  • Fix issue with transfers being imported as deposits.
  • New debit indicator thanks to @reeperbahnause

0.2.0

03 Dec 05:58
@JC5 JC5

Choose a tag to compare

Added

  • There is a /debug page if you need it.
  • Auto-import works over the command line.
  • Importing works over the command line.
  • Full documentation in place.

Changed

  • More consistent layout

Fixed

0.1.0

27 Nov 19:18
@JC5 JC5

Choose a tag to compare

This is the first release of the data importer 🎉 .

It is designed to replace three importers:

  • CSV files
  • Spectre
  • Nordigen

By using a universal code base (the CSV importer will be the base file) I hope to optimize all optimizers and speed up development. This is the first version of the importer. Send me your feedback!