Rails FasterCSV “unquoted fields do not allow \r or \n”

后端 未结 3 1140
终归单人心
终归单人心 2020-12-18 07:55

I\'m having an issue with FasterCSV and my rake db:seeds migration. I get the error: \"rake aborted! Unquoted fields do not allow \\r or \\n (line 2)\" on the following se

3条回答
  •  眼角桃花
    2020-12-18 08:22

    I do not have enough reputation to comment, but I wanted to say that I have been looking this error across the web day and night for a long time and finally found the solution in the comments, by mu is too short.

    I finally got it to work when I put quotes around all of my values.

    EDIT: Link to answer!!! Rails FasterCSV "unquoted fields do not allow \r or \n"

提交回复
热议问题