We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5baaed commit 51b5b68Copy full SHA for 51b5b68
Core/Cosmos.DataTransfer.Core/Properties/launchSettings.json
@@ -1,15 +1,16 @@
1
{
2
"profiles": {
3
"Cosmos.DataTransfer.Core": {
4
- "commandName": "Project"
+ "commandName": "Project",
5
+ "commandLineArgs": ""
6
},
7
"JSON->Cosmos": {
8
"commandName": "Project",
9
"commandLineArgs": "run -from json --sink cosmos-nosql --settings c:\\temp\\Json-CosmosSettings.json"
10
11
"Cosmos->JSON": {
12
- "commandLineArgs": "--source cosmos-nosql --sink JSON-AzureBlob --settings=c:\\temp\\Cosmos-JsonSettings4.json"
13
+ "commandLineArgs": "--source cosmos-nosql --sink json --settings=c:\\temp\\Cosmos-JsonSettings.json"
14
15
"SqlServer->Cosmos": {
16
0 commit comments