Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Added caseSensitiveHeader note
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Mar 28, 2024
1 parent 3d06ae5 commit 701c7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/specifications/table-dialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Table Dialect defines set of properties that can be used by data producers and d
Table Dialect is useful for programmes which might have to deal with multiple dialects of tabular files, but which can rely on being told out-of-band which dialect will be used in a given input stream. This reduces the need for heuristic inference of dialects, and simplifies the implementation of readers, which must juggle dialect inference, schema inference, unseekable input streams, character encoding issues, and the lazy reading of very large input streams.

:::note[Backward Compatibility]
Table Dialect supersedes [CSV Dialect](https://specs.frictionlessdata.io/csv-dialect/). Except for `csvddfVersion` which is removed, all CSV Dialect properties are included in Table Dialect and can be used without changes.
Table Dialect supersedes [CSV Dialect](https://specs.frictionlessdata.io/csv-dialect/). Except for `caseSensitiveHeader` and `csvddfVersion` which are removed, all CSV Dialect properties are included in Table Dialect and can be used without changes.
:::

## Descriptor
Expand Down

0 comments on commit 701c7ec

Please sign in to comment.