Skip to content
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

Print descriptive error when mapping file does not exist or is invalid Turtle, fixes #54 #76

Closed
wants to merge 1 commit into from

Conversation

DylanVanAssche
Copy link
Contributor

Description

When the mapping rule file path is invalid, the RMLMapper didn't print a descriptive error.
Instead, a parsing error was thrown.

This error is now catched and a proper error message is printed to the console.

Issues

Fixes #54

@DylanVanAssche DylanVanAssche added the enhancement New feature or request label Oct 2, 2020
@DylanVanAssche DylanVanAssche self-assigned this Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return a more descriptive error when provided mapping file does not exist
1 participant