You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/guides/csvw-data-package.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Data Package can define more than groups of tables. A [package](/standard/data-p
86
86
87
87
### Tables
88
88
89
-
| CSVW property | Data package support | Details |
89
+
| CSVW property | Data Package support | Details |
90
90
| ---- | ---- | ---- |
91
91
|[url](http://table-url)| Yes | As [resource.path](/standard/data-resource/#path-or-data)|
92
92
|[dialect](https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#table-dialect)| Yes | As [resource.dialect](/standard/data-resource/#dialect)|
@@ -104,7 +104,7 @@ Data Package can define more than groups of tables. A [package](/standard/data-p
104
104
Data Package [Table Schema](/standard/table-schema/) has features that CSVW schema does not, including [fieldMatch](/standard/table-schema/#fieldsMatch) for matching a schema with data, [missingValues](/standard/table-schema/#missingValues) for multiple (and labelled) missing values, and [uniqueKeys](/standard/table-schema/#uniqueKeys).
105
105
:::
106
106
107
-
| CSVW property | Data package support | Details |
107
+
| CSVW property | Data Package support | Details |
108
108
| ---- | ---- | ---- |
109
109
|[columns](https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#schema-columns)| Yes | As [schema.fields](/standard/table-schema/#fields)|
110
110
|[foreignKeys](https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#schema-foreignKeys)| Yes | As [schema.foreignKeys](/standard/table-schema/#foreignKeys)|
@@ -115,7 +115,7 @@ Data Package [Table Schema](/standard/table-schema/) has features that CSVW sche
115
115
116
116
### Columns
117
117
118
-
| CSVW property | Data package support | Details |
118
+
| CSVW property | Data Package support | Details |
119
119
| ---- | ---- | ---- |
120
120
|[name](https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#column-name)| Yes | As [field.name](/standard/table-schema/#name)|
121
121
|[suppressOutput](https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#column-suppressOutput)| No ||
@@ -128,7 +128,7 @@ Data Package [Table Schema](/standard/table-schema/) has features that CSVW sche
128
128
129
129
Data Package properties do not inherit from their parent, unless otherwise specified (e.g. [resource.sources](/standard/data-resource/#sources)). The properties listed below only exist at one level in Data Package, except for `missingValues`.
130
130
131
-
| CSVW property | Data package support | Details |
131
+
| CSVW property | Data Package support | Details |
|[datatype](http://cell-datatype)| Yes | As [field.type](/standard/table-schema/#type-and-format)|
@@ -152,7 +152,7 @@ Common properties can be added in Data Package as [custom properties](/standard/
152
152
Data Package [Table Dialect](/standard/table-dialect/) was used as inspiration for CSVW dialect. It has features that CSVW dialect does not, since it covers tabular data formats beyond delimited text files, such as spreadsheets and databases. For delimited text files it supports [headerJoin](/standard/table-dialect/#headerJoin), [doubleQuote](/standard/table-dialect/#doubleQuote), [escapeChar](/standard/table-dialect/#escapeChar), and [nullSequence](/standard/table-dialect/#nullSequence), which CSVW does not.
153
153
:::
154
154
155
-
| CSVW property | Data package support | Details |
155
+
| CSVW property | Data Package support | Details |
156
156
| ---- | ---- | ---- |
157
157
|[commentPrefix](https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#dialect-commentPrefix)| Yes | As [dialect.commentChar](/standard/table-dialect/#commentChar)|
158
158
|[delimiter](https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#dialect-delimiter)| Yes | As [dialect.delimiter](/standard/table-dialect/#delimiter)|
@@ -182,7 +182,7 @@ CSVW defines data types as built-in data types and derived data types. A derived
182
182
Data Package [Table Schema](/standard/table-schema/) supports data types that CSVW does not, such as (labelled) [categories](/standard/table-schema/#categories) and [geojson](/standard/table-schema/#geojson). It also supports a number of constraints that CSVW does not, such as [unique](/standard/table-schema/#unique) values, [pattern](/standard/table-schema/#pattern) for regex comparison and [enum](/standard/table-schema/#enum) for controlled values, which allow rigorous data validation.
183
183
:::
184
184
185
-
| CSVW property | Data package support | Details |
185
+
| CSVW property | Data Package support | Details |
186
186
| ---- | ---- | ---- |
187
187
|[base](https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#datatype-base)| No | All types are defined as [field.type](/standard/table-schema/#type-and-format)|
188
188
|[format](https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#datatype-format)| Yes | As [field.format](/standard/table-schema/#type-and-format)|
0 commit comments