Skip to content

Commit 4ad391b

Browse files
authored
Merge pull request #188034 from Clare-Zheng82/0209-Remove_JSON_Settings_section_in_CosmosDB_connector_doc
Remove JSON Settings section in Azure Cosmos DB connector doc
2 parents ec8f48f + ce379f5 commit 4ad391b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

articles/data-factory/connector-azure-cosmos-db.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 02/07/2022
11+
ms.date: 02/09/2022
1212
---
1313

1414
# Copy and transform data in Azure Cosmos DB (SQL API) by using Azure Data Factory
@@ -477,18 +477,6 @@ Settings specific to Azure Cosmos DB are available in the **Source Options** tab
477477

478478
**Start from beginning (Preview):** If true, you will get initial load of full snapshot data in the first run, followed by capturing changed data in next runs. If false, the initial load will be skipped in the first run, followed by capturing changed data in next runs. The setting is aligned with the same setting name in [Cosmos DB reference](https://github.com/Azure/azure-cosmosdb-spark/wiki/Configuration-references#reading-cosmosdb-collection-change-feed). For more details, see [Azure Cosmos DB change feed (preview)](#azure-cosmos-db-change-feed-preview).
479479

480-
#### JSON Settings
481-
482-
**Single document:** Select this option if the service is to treat the entire file as a single JSON doc.
483-
484-
**Unquoted column names:** Select this option if column names in the JSON as not quoted.
485-
486-
**Has comments:** Use this selection if your JSON documents have comments in the data.
487-
488-
**Single quoted:** This should be selected if the columns and values in your document are quoted with single quotes.
489-
490-
**Backslash escaped:** If using backslashes to escape characters in your JSON, choose this option.
491-
492480
### Sink transformation
493481

494482
Settings specific to Azure Cosmos DB are available in the **Settings** tab of the sink transformation.

0 commit comments

Comments
 (0)