Naveen
Naveen

Reputation: 115

Mockdata Cosmosdb

I waned to load some test data into Cosmos db and not able to do it in bulk. So, how can we load sample test data in bulk into cosmos tables which is similar to data loader utility to bring the mock data into cosmos tables?

Upvotes: 1

Views: 583

Answers (1)

hujtomi
hujtomi

Reputation: 1570

You should use Azure Cosmos DB: Data migration tool.

The Microsoft docs says: "You can import from JSON files, CSV files, SQL, MongoDB, Azure Table storage, Amazon DynamoDB, and even Azure Cosmos DB SQL API collections, and you migrate that data to collections and tables for use with Azure Cosmos DB."

Upvotes: 1

Related Questions