sql >> データベース >  >> NoSQL >> MongoDB

pymongoを使用して配列をmongodbに挿入します

    まず、tGeneratorから文字列を作成する方法を変更します 以下の方法:

    returnString += str(i+1) + " " + stringToStuff + ","
    

    次に、splitを使用できます 必要なことを行う方法なので、挿入は次のようになります:

    post = {
        "name":name2,
        "score":8,
        "date":datetime.datetime.now(),
        "output": tGenerator(createLoop()).split(',')
    }
    collection2.insert_one(post)
    

    上記がお役に立てば幸いです。




    1. MongoDB Orders / Sales Aggregation Group Per Month Sum Total + Count Field

    2. MongoDBNodeJSプロセスのメモリ不足

    3. Mongodb:$またはfind()で使用すると、一致したフィルターを返します

    4. ノード-マングース3.6-入力されたフィールドでクエリを並べ替える