klequis / private-money-client

5 stars 2 forks source link

Import needs file exist check and report #50

Closed klequis closed 3 years ago

klequis commented 3 years ago

In year x+1 not all files from year x will exist. An account can close or may have no activity for the year. Currently, import throws an error when it doesn't found the file for an account. Instead it should report the missing file in the response

klequis commented 3 years ago

Change has been made so that missing files are being filtered out but not reported.

klequis commented 3 years ago

Throwing an error has been fixed. Reporting is not implemented. Reporting has been moved to #58 Import Status Report