Open KonradHoeffner opened 7 years ago
One common powerful approach to this is to use SQL's unnest function - which generates multiple rows from a multi-valued cell. This requires finalizing the integration of the H2 embedded database.
Would it work for CSV also?
A typed literal with
xsd:positiveInteger
throws an exception, see below, on integer list strings like "128;207". I suggest an explode option where above string is transformed into two triples with values 128 and 207, respectively.