Red Hat Bugzilla – Bug 1223776
[RFE] hammer import does not handle invalid csv files correctly
Last modified: 2016-07-27 05:15:39 EDT
Description of problem: If user passes a csv file containing only a header and an empty line (invalid csv file), the import sub commands accept and process it. Version-Release number of selected component (if applicable): hammer_cli_import (0.10.14) Steps to reproduce: e.g. # cat CHANNELS/export.csv org_id,channel_id,channel_label,channel_name # # hammer import content-view --csv-file CHANNELS/export.csv --verbose Importing from CHANNELS/export.csv Caught Errno::ENOENT:No such file or directory - /root/exports/CHANNELS/0/0.csv while processing CSV line: {"org_id"=>nil, "channel_id"=>nil, "channel_label"=>nil, "channel_name"=>nil} Summary No action taken. This applies to all sub commands. Expected results: the file should not be accepted and no action should be taken.
Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release.
The request here is to replace the ugly Caught Errno::ENOENT:No such file or directory - /root/exports/CHANNELS/0/0.csv while processing CSV line: {"org_id"=>nil, "channel_id"=>nil, "channel_label"=>nil, "channel_name"=>nil} with some meaningful error message like "Invalid CSV CHANNELS/export.csv detected, skipping" Resetting for 6.2
This was addressed with hammer-cli-import.git: f518fbdca8015270eaab1fc4ba4fc31861f209bc
VERIFIED # hammer -u admin -p changeme import content-view --csv-file export.csv --verbose Importing from export.csv Exiting: Broken CSV in export.csv: 4 columns expected but found 0 Summary No action taken. tested with SNAP5.1
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1501