导入bat文件中的json数据报错

时间:2021-10-11 06:40:05
文件中的大部分数据导入成功,抛出的这几个错误是什么原因?格式不标准?超长?
 

[root@t80 bin]# ./mongoimport -d company -c jsonwap /tmp/014.bat
connected to: 127.0.0.1
Wed Jun 26 13:48:11.009 exception:BSON representation of supplied JSON is too large: code FailedToParse: FailedToParse: Expecting '}' or ',': offset:137
Wed Jun 26 13:48:11.009 
Wed Jun 26 13:48:11.116 exception:BSON representation of supplied JSON is too large: code FailedToParse: FailedToParse: Expecting '}' or ',': offset:137
Wed Jun 26 13:48:11.116 
Wed Jun 26 13:48:11.130 exception:BSON representation of supplied JSON is too large: code FailedToParse: FailedToParse: Expecting '}' or ',': offset:137
Wed Jun 26 13:48:11.130 
Wed Jun 26 13:48:11.150 exception:BSON representation of supplied JSON is too large: code FailedToParse: FailedToParse: Invalid control character: offset:280
Wed Jun 26 13:48:11.150 
Wed Jun 26 13:48:11.168 exception:BSON representation of supplied JSON is too large: code FailedToParse: FailedToParse: Expecting '}' or ',': offset:137
Wed Jun 26 13:48:11.168 
Wed Jun 26 13:48:11.295 exception:BSON representation of supplied JSON is too large: code FailedToParse: FailedToParse: Invalid control character: offset:136
Wed Jun 26 13:48:11.295 
Wed Jun 26 13:48:11.300 exception:BSON representation of supplied JSON is too large: code FailedToParse: FailedToParse: Invalid control character: offset:136
Wed Jun 26 13:48:11.300 
Wed Jun 26 13:48:11.396 check 9 10502
Wed Jun 26 13:48:11.414 imported 10502 objects
Wed Jun 26 13:48:11.414 ERROR: encountered 7 error(s)s


2 个解决方案

#1


顶顶~~~~~

#2


我也遇到过这样的报错信息。后来查到是时间格式错误造成的,月份出现大于100了。

不知道你这个是啥造成的,希望对你有帮助

#1


顶顶~~~~~

#2


我也遇到过这样的报错信息。后来查到是时间格式错误造成的,月份出现大于100了。

不知道你这个是啥造成的,希望对你有帮助