Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.17.1
-
Fix Version/s: 0.18.0
-
Component/s: Data Module
-
Labels:
Description
The CSV and JSON readers save the incoming file size and use it to calculate percent complete. This could fail if the incoming file size is 0. We need to test empty files.
This was identified in PR #286.