mongoimport choosing field type

后端 未结 4 1107
臣服心动
臣服心动 2020-12-17 18:21

When importing data from file (csv in my case) mongoimport automatically choose data type for each field.

Is it possible to choose data type manually for specific fi

4条回答
  •  失恋的感觉
    2020-12-17 18:31

    Now version 3.4 onward mongoimport supports specifying the field types explicitly while importing the data. See below link: https://docs.mongodb.com/manual/reference/program/mongoimport/#cmdoption--columnsHaveTypes

提交回复
热议问题