billy1380 / JavaEPFImporter

Java version of apple's EPF importer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resume after failure does not work

billy1380 opened this issue · comments

Cannot seem to resume after a failure, because status dictionary/file is not populated

The current resume functionality just resumes from the last attempted data file.

I have started work on a new branch (resumewithstatus), this kind of has 2 directions.

  1. we dump the data we need into the snapshot and load if from there as required when we resume
  2. follow the start of the pattern set in the python code for a full and incremental status file that can be loaded and use it to set everything up