Sign inSign up

isaitb/validator-kohesio

By isaitb

Updated 1 minute ago

A validator for CSV files used for the Kohesio portal

Image
Integration & delivery
Developer tools
Monitoring & observability
0

4.0K

isaitb/validator-kohesio repository overview

Introduction

This container provides a validator for the CSV data files linked to the Kohesio portal. It is used as an on-premise or local alternative to the online validator at https://www.itb.ec.europa.eu/csv/kohesio/upload.

Validation of CSV files is based on a Table Schema definition, complemented by additional configuration and syntax settings. The configuration is publicly available on GitHub. The validator is based on the CSV validation service offered by the European Commission's Interoperability Test Bed.

Note: This validator image is offered as a beta version linked to the Kohesio pilot phase for the 2014-2020 programming period. Its next version will be adapted to match the requirements of the 2021-2027 programming period, and complemented with a data template and relevant guidelines.

Usage

To run a local instance of this validator pull this image and run:

docker run -d -p 8080:8080 --name validator-kohesio isaitb/validator-kohesio:latest

Doing so will create a container named validator-kohesio listening on port 8080. The validator can then be used:

Tag summary

Content type

Image

Digest

sha256:593fc072b

Size

326.1 MB

Last updated

1 minute ago

docker pull isaitb/validator-kohesio