diff --git a/importer.py b/importer.py index df7b284..8a6d3d3 100644 --- a/importer.py +++ b/importer.py @@ -67,6 +67,9 @@ def command(filename, profile, force, filetype): name = line[3] description = line[4] + if description == "Tagessaldo": + continue + if not force and latest and date < latest.date: print("Found transaction older than then oldest transction in the DB. Aborting") sys.exit(1)