-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rmlmapper not generating output file #44
Comments
This is the old code of the RMLMapper. The new version can be found here. Can you try with that version and see if the issue persists? If so, could you create an issue there and include the input files? |
Hi @pheyvaer , thanks for your help. |
Hi Pieter, thanks for your help. I tried it with the new rmlmapper as well but the error remained. After troubleshooting I found out that the mapping file does not work if I use the 1st column of my dataset. I tried this with other datasets and the error remained. Adding a random column at the beginning of my file fixed the issue. This seems to be a bug in rmlmapper.
From: Pieter Heyvaert <notifications@github.com>
Sent: 11 March 2019 10:06
To: RMLio/RML-Mapper <RML-Mapper@noreply.github.com>
Cc: FloortjeWijnands <floortje_wijnands@hotmail.com>; Mention <mention@noreply.github.com>
Subject: Re: [RMLio/RML-Mapper] rmlmapper not generating output file (#44)
Hi @FloortjeWijnands<https://github.com/FloortjeWijnands>
This is the old code of the RMLMapper. The new version can be found here<https://github.com/RMLio/rmlmapper-java>. Can you try with that version and see if the issue persists? If so, could you create an issue there and include the input files?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#44 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AuKx7iF57QL1kLw_kakjVZSXb4DBzKnOks5vVhyVgaJpZM4bnTIJ>.
|
OK, could you create a new issue at that repo and include both the mapping file and the input file (table)? |
I am executing rmlmapper in commandprompt with no errors, however there is no outputfile generated.
my mappingfile looks as follows:
I am running this simply as:
java -jar rmlmapper.jar -m mapping.ttl -o output.nt
this runs without errors but output.nt is not created.
The text was updated successfully, but these errors were encountered: