We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d012f5c commit 378731aCopy full SHA for 378731a
articles/cosmos-db/import-data.md
@@ -148,7 +148,7 @@ Here is a command-line sample to import from MongoDB export JSON files:
148
149
```console
150
dt.exe /s:MongoDBExport /s.Files:D:\mongoemployees.json /t:DocumentDBBulk /t.ConnectionString:"AccountEndpoint=<CosmosDB Endpoint>;AccountKey=<CosmosDB Key>;Database=<CosmosDB Database>;" /t.Collection:employees /t.IdField:_id /t.Dates:Epoch /t.CollectionThroughput:2500
151
-```console
+```
152
153
## <a id="SQL"></a>Import from SQL Server
154
0 commit comments