How can I delete records in Rails that can't be removed?

2026-06-11 09:312阅读0评论SEO资源
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计1199个文字,预计阅读时间需要5分钟。

How can I delete records in Rails that can't be removed?

我已经导入了一些CSV文件,结果有几个记录中一个列包含字符串\r\n。再次导出为CSV时,这些行就乱了。

IveimportedsomedatacomCSVfilesandendedupwithafewrecordscontainingthestring\r\ni

I've imported some data com CSV files and ended up with a few records containing the string "\r\n" in a column. When exporting to a CSV again, these lines screw up the lines as they insert a new line where it should not...

我导入了一些data com CSV文件,最后得到了一些记录,其中包含列中的字符串“\r\n”。

阅读全文

本文共计1199个文字,预计阅读时间需要5分钟。

How can I delete records in Rails that can't be removed?

我已经导入了一些CSV文件,结果有几个记录中一个列包含字符串\r\n。再次导出为CSV时,这些行就乱了。

IveimportedsomedatacomCSVfilesandendedupwithafewrecordscontainingthestring\r\ni

I've imported some data com CSV files and ended up with a few records containing the string "\r\n" in a column. When exporting to a CSV again, these lines screw up the lines as they insert a new line where it should not...

我导入了一些data com CSV文件,最后得到了一些记录,其中包含列中的字符串“\r\n”。

阅读全文