delimits_object not working
Closed this issue · 1 comments
timrdf commented
e1:keywords "carbon,ecology,ecosystems,nitrogen,nutrients,soil,species" ;
has:
conversion:enhance [
ov:csvCol 39;
ov:csvHeader "keywords";
#conversion:label "keywords";
conversion:comment "";
conversion:delimits_object ",\\s*";
conversion:range todo:Literal;
];
Per https://github.com/timrdf/csv2rdf4lod-automation/wiki/conversion:delimits_object
but still returns
e1:keywords "carbon,ecology,ecosystems,nitrogen,nutrients,soil,species" ;
timrdf commented
not a bug. enhancement was specified on wrong column.