rdf-ext / rdf-parser-csvw

CSV on the Web parser
MIT License
16 stars 4 forks source link

Extend test & implementation for NULL-Values #27

Open ktk opened 4 years ago

ktk commented 4 years ago

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

We should add tests & implementation for

l00mi commented 3 years ago

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

l00mi commented 3 years ago

Example of null on table level.

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

tpluscode commented 2 years ago

This is implemented in proposed PR #39