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

Show CSV line number of failed import? #71

Open
kyreeves opened this issue Oct 23, 2015 · 2 comments
Open

Show CSV line number of failed import? #71

kyreeves opened this issue Oct 23, 2015 · 2 comments
Labels

Comments

@kyreeves
Copy link

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?

@Fivell
Copy link
Member

Fivell commented Oct 27, 2015

@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

@Fivell Fivell added the question label Mar 9, 2016
@Fivell
Copy link
Member

Fivell commented May 5, 2016

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants