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
Post a Comment