rdf-parser-csvw icon indicating copy to clipboard operation
rdf-parser-csvw copied to clipboard

Extend test & implementation for NULL-Values

Open ktk opened this issue 5 years ago • 3 comments

The null property can appear in different forms, one of them is on table-level, see spec.

We should add tests & implementation for

  • null-value on table level
  • null-value default for empty string ``

ktk avatar Jun 23 '20 08:06 ktk

Create a test case for the Null values like https://github.com/rdf-ext/rdf-parser-csvw/tree/master/test/support

l00mi avatar Sep 11 '20 12:09 l00mi

Example of null on table level.

Exampe of null with empty string as Null-Value on column level and table level.

l00mi avatar Sep 25 '20 12:09 l00mi

This is implemented in proposed PR #39

tpluscode avatar Sep 06 '21 10:09 tpluscode