Closed tchandelle closed 2 years ago
This pull request add a new parameter in the output plugin mongo.
The parameter object_id_keys works in the same way as date_keys. Fields are converted from string into BSON::ObjectId when inserted into MongoDB.
object_id_keys
date_keys
string
BSON::ObjectId
Thanks for your contribution!
This pull request add a new parameter in the output plugin mongo.
The parameter
object_id_keys
works in the same way asdate_keys
. Fields are converted fromstring
intoBSON::ObjectId
when inserted into MongoDB.