Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore CSV files that are not required. #287

Merged
merged 1 commit into from
Dec 4, 2014
Merged

Conversation

monfresh
Copy link
Member

@monfresh monfresh commented Dec 3, 2014

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.

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.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.18%) when pulling 06394f5 on fix-csv-import-script into 51359e5 on master.

monfresh added a commit that referenced this pull request Dec 4, 2014
Ignore CSV files that are not required.
@monfresh monfresh merged commit 85b90d3 into master Dec 4, 2014
@monfresh monfresh deleted the fix-csv-import-script branch December 4, 2014 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSV import script should not fail if csv files are empty
2 participants