Skip to content

Commit 465146b

Browse files
authored
Update apache-spark-cdm-connector.md
1 parent de6a894 commit 465146b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/spark/data-sources/apache-spark-cdm-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ You can use the following options to change folder organization and file format.
191191

192192
|**Option** |**Description** |**Pattern or example usage** |
193193
|---------|---------|:---------:|
194-
|`useSubManifest`|If `true`, causes the target entity to be included in the root manifest via a submanifest. The submanifest and the entity definition are written into an entity folder beneath the root. Default is `false`.|`"true"|"false"` |
194+
|`useSubManifest`|If `true`, causes the target entity to be included in the root manifest via a submanifest. The submanifest and the entity definition are written into an entity folder beneath the root. Default is `false`.|`"true"`\|`"false"` |
195195
|`format`|Defines the file format. Current supported file formats are CSV and Parquet. Default is `csv`.|`"csv"`\|`"parquet"` <br/> |
196196
|`delimiter`|CSV only. Defines the delimiter that you're using. Default is comma. | `"|"` |
197197
|`columnHeaders`| CSV only. If `true`, adds a first row to data files with column headers. Default is `true`.|`"true"`\|`"false"`|

0 commit comments

Comments
 (0)