Skip to content

Commit 378731a

Browse files
Removed "console" from the end of a fenced code section.
1 parent d012f5c commit 378731a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/import-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Here is a command-line sample to import from MongoDB export JSON files:
148148

149149
```console
150150
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
151+
```
152152

153153
## <a id="SQL"></a>Import from SQL Server
154154

0 commit comments

Comments
 (0)