Skip to content

rl-institut/wkb_validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validation

Setup

Setup python environment and install packages from pyproject.toml. Copy all files which shall be validated into folder files.

Validation

Run python main.py to validate files against validation description present in folder validations.

Adding new validation files

You can use module "infer.py" in order to try to create validation file from a file. If inferring metadata worked, you must adapt inferred validation file as follows (see nrb.json as example reference):

  1. Move metadata into a new list under new key resources
  2. Remove key type, instead add key-value-pair "profile": "tabular-data-resource"
  3. Test validation using main.py

About

Validation of files against frictionless schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages