Failed: error reading separator after document # 1: bad JSON array format - found no opening brack

越來越胖的GuanRunwei發表於2020-12-02

sudo mongoimport -d 資料庫 -c 集合 --jsonArray --file json檔案

改為

sudo mongoimport -d 資料庫 -c 集合 --file json檔案

 

 

相關文章