Data Dictionary
The Data Dictionary is an extension of the DataStore (https://docs.ckan.org/en/2.9/maintaining/datastore.html#data-dictionary). The Data dictionary is a table with column names, type, terms and descriptions.
What can I do with the Data Dictionary?
The Data Dictionary can be used to describe the content of a dataset more explicitely using labels and descriptions.
The Data Dictionary form allows entering the following values for each column:
- Type Override: the type to be used the next time DataPusher is run to load data into this column
- Label: a human-friendly label for this column
- Description: a full description for this column in markdown format
Data Dictionary table in CKAN:
Does every datasource have a Data Dictionary?
No, only certain file types support Data Dictionary functionality. Currently supported file formats for datasources in Dataplatform are:
- CSV
- DGN
- GeoJSON
- GPKG
- Shapefile/ZIP
- XLS, XLSX
If the datasource is uploaded to the DataStore correctly, the Data Dictionary table will be added.
Where can I find the Data Dictionary?
The Data Dictionary can be viewed in CKAN as well as on the Portal.
CKAN:
Click on a dataset -> click on a datasource
Portal
Click on a dataset -> Click on the tab Table -> Click on Data dictionary
How to edit the Data Dictionary of a datasource
The Data Dictionary can be edited within your CKAN instance