active_admin_import
active_admin_import copied to clipboard
Show CSV line number of failed import?
Hey there! I would like the add a CSV line number to the error messages in the case of large imports. Any ideas on how I could do that?
@kyreeves , this is not supported at the moment, don't think it will be implemented in near future, but you're welcome to create PR
@kyreeves , it can be handled only by validating csv right now, try master branch, after handling CSV::MalformedCSVError it should show flash message with something like Unquoted fields do not allow \r or \n (line 10).
refs #99