BAEL-5398: Bulk Update of Documents in MongoDB with Java (#11963)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{ "cityId":1124, "cityName":"New York", "countryName":"United States","continentName":"North America","population":22 }
|
||||
{ "cityId":1125, "cityName":"Mexico City", "countryName":"Mexico", "continentName":"North America","population":25 }
|
||||
{ "cityId":1126, "cityName":"New Delhi", "countryName":"India","continentName":"Asia","population":45 }
|
||||
{ "cityId":1134, "cityName":"London", "countryName":"England", "continentName":"Europe", "population":32 }
|
||||
Reference in New Issue
Block a user