ruby on rails - "Unquoted fields do not allow \r or \n" Error -


i running rake db:seed saving multiple csv files db models. when seed program gets beginning of third csv file error:

unquoted fields not allow \r or \n (line 322).

below line 322 error message points out, formatted same other lines in file

66455049,17:47:16,17:47:16,13155,18,"desplaines/harrison",0,13885

similar solution found here rails fastercsv "unquoted fields not allow \r or \n" copied , pasted information new csv file not making changes format , seed program worked.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -