You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing an import, files with no entries are causing import to fail. This is unlikely in the real world but when testing its quite possible. Should be possible to have some empty files.
The text was updated successfully, but these errors were encountered:
You are correct that the import should not fail if files that are not required are empty or missing, but required files should absolutely fail. I will fix the non-required files issue. Thanks for reporting this.
If a CSV file that is not required is either missing or present but
empty, the import script will skip it and won’t raise an error.
If a required file is missing or empty, then the rake task will be
aborted and an error message will appear explaining that the file is
missing or empty.
Closes#284.
Testing an import, files with no entries are causing import to fail. This is unlikely in the real world but when testing its quite possible. Should be possible to have some empty files.
The text was updated successfully, but these errors were encountered: