diff --git a/content/docs/standard/table-dialect.md b/content/docs/standard/table-dialect.md index d177fc58..6ab08e82 100644 --- a/content/docs/standard/table-dialect.md +++ b/content/docs/standard/table-dialect.md @@ -74,17 +74,17 @@ Delimited formats is a group of textual formats such as CSV and TSV. Their chara - [$schema](#schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default - [header](#header): `true` by default -- [headerRows](#headerrows): `1` by default -- [headerJoin](#headerjoin): ` ` by default -- [commentRows](#commentrows): undefined by default -- [commentChar](#commentchar): undefined by default +- [headerRows](#headerRows): `1` by default +- [headerJoin](#headerJoin): ` ` by default +- [commentRows](#commentRows): undefined by default +- [commentChar](#commentChar): undefined by default - [delimiter](#delimiter): `,` by default -- [lineTerminator](#lineterminator): `\r\n` by default -- [quoteChar](#quotechar): `"` by default -- [doubleQuote](#doublequote): `true` by default -- [escapeChar](#escapechar): undefined by default -- [nullSequence](#nullsequence): undefined by default -- [skipInitialSpace](#skipinitialspace): `false` by default +- [lineTerminator](#lineTerminator): `\r\n` by default +- [quoteChar](#quoteChar): `"` by default +- [doubleQuote](#doubleQuote): `true` by default +- [escapeChar](#escapeChar): undefined by default +- [nullSequence](#nullSequence): undefined by default +- [skipInitialSpace](#skipInitialSpace): `false` by default An example of a well-defined Table Dialect descriptor for a CSV format: @@ -107,8 +107,8 @@ Structured formats is a group of structured or semi-structured formats such as J - [$schema](#schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default - [header](#header): `true` by default - [property](#property): undefined by default -- [itemType](#itemtype): undefined by default -- [itemKeys](#itemkeys): undefined by default +- [itemType](#itemType): undefined by default +- [itemKeys](#itemKeys): undefined by default ### Spreadsheet @@ -116,12 +116,12 @@ Spreadsheet formats is a group of sheet-based formats such as Excel or ODS. Thei - [$schema](#schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default - [header](#header): `true` by default -- [headerRows](#headerrows): `1` by default -- [headerJoin](#headerjoin): ` ` by default -- [commentRows](#commentrows): undefined by default -- [commentChar](#commentchar): undefined by default -- [sheetNumber](#sheetnumber): `1` by default -- [sheetName](#sheetname): undefined by default +- [headerRows](#headerRows): `1` by default +- [headerJoin](#headerJoin): ` ` by default +- [commentRows](#commentRows): undefined by default +- [commentChar](#commentChar): undefined by default +- [sheetNumber](#sheetNumber): `1` by default +- [sheetName](#sheetName): undefined by default ### Database diff --git a/content/docs/standard/table-schema.md b/content/docs/standard/table-schema.md index fe35f8fb..adc2c421 100644 --- a/content/docs/standard/table-schema.md +++ b/content/docs/standard/table-schema.md @@ -380,7 +380,7 @@ When the property `categoriesOrdered` is `false`, implementations `SHOULD`  #### `missingValues` {#field-missingValues} -A list of missing values for this field as per [Missing Values](#missingvalues) definition. If this property is defined, it takes precedence over the schema-level property and completely replaces it for the field without combining the values. +A list of missing values for this field as per [Missing Values](#missingValues) definition. If this property is defined, it takes precedence over the schema-level property and completely replaces it for the field without combining the values. For example, for the Table Schema below: