向Mysql导入数据中时出现了row xxxx doesn't contain data for all columns报错

原因是数据有\r\n,所以这列被换行置空了,把数据过滤一遍去掉里面的\r\n就OK了

row xxxx doesn't contain data for all columns

参考官网给的解决方法

row xxxx doesn't contain data for all columns

 

相关文章:

  • 2020-05-11
  • 2019-03-27
  • 2021-10-04
  • 2019-08-16
  • 2021-12-20
  • 2021-12-29
  • 2021-11-07
  • 2021-11-28
猜你喜欢
  • 2021-09-18
  • 2019-03-21
  • 2021-09-18
  • 2021-11-11
  • 2020-06-24
  • 2021-08-13
  • 2021-12-03
  • 2021-09-07
相关资源
相似解决方案