We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When uploading a file that is nor correct CSV. the app breaks with the following log error in the log:
NameError (uninitialized constant CSV::IllegalFormatError): plugins/redmine_import_from_csv/app/controllers/import_from_csv_controller.rb:53:in rescue in csv_import' plugins/redmine_import_from_csv/app/controllers/import_from_csv_controller.rb:23:incsv_import' .....
rescue in csv_import' plugins/redmine_import_from_csv/app/controllers/import_from_csv_controller.rb:23:in
The text was updated successfully, but these errors were encountered:
It could be because that exception is renamed to CSV::MalformedCSVError in Ruby 1.9
Sorry, something went wrong.
@srogers Which redmine version are you using?
I'm not using Redmine at all, but I just fixed that same bug in my own code.
Yasmine-Gaber
No branches or pull requests
When uploading a file that is nor correct CSV. the app breaks with the following log error in the log:
NameError (uninitialized constant CSV::IllegalFormatError):
plugins/redmine_import_from_csv/app/controllers/import_from_csv_controller.rb:53:in
rescue in csv_import' plugins/redmine_import_from_csv/app/controllers/import_from_csv_controller.rb:23:in
csv_import'.....
The text was updated successfully, but these errors were encountered: