RMLio / rmlmapper-java

The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources
http://rml.io
MIT License
146 stars 61 forks source link

Path Output File is absolute #183

Closed riccardotommasini closed 1 year ago

riccardotommasini commented 2 years ago

I just noticed that the explanation for the -o/--outputfile does not explicitly indicate that the path should be absolute.

bjdmeest commented 2 years ago

Hmmm, this is in fact a regression since v6, relative paths should in fact work, but we started testing whether we could actually write to the output before start to avoid that we "generate 100M triples and then see we can't write to output and the output is lost forever". In fact. if you prepend your outputfile with ./, the current release should work. In any case , a fix is in the making :)

DylanVanAssche commented 1 year ago

This is fixed in a newer release, closing.