BSON array to dictionary value reader
Version:
You use this value reader to create a new dictionary and read members of an array into the dictionary. Properties on each member of the array are used to represent the keys and values for the dictionary.
| Expected source object type | MongoDB.Bson.BsonArray |
|---|---|
| Template location | Data Exchange/Providers/MongoDB/Data Access/Value Readers/BSON Array To Dictionary Value Reader |
Template fields
Template fields
| Field name | Description |
|---|---|
| Key Field Name | Name of the property on the member of the array to use as the key value when an entry is added to the dictionary. |
| Value Field Name | Name of the property on the member of the array to use as the value when an entry is added to the dictionary. |
If you have suggestions for improving this article, let us know!