-
Notifications
You must be signed in to change notification settings - Fork 62
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
Postgres, table with Float datatype = NULL gives exception #221
Comments
Hi! Do you maybe have a simple example we can use to debug this? |
Here is an example. Run this query on your database:
And use this rml file as input for the mapper
And run this command: |
We will have a look, thanks for the example! |
It might be more related to the NULL value then to the data type. I haven't tested other dataypes with a NULL value |
Hello
I have a postgresql database with a table that I'm trying to convert into triples using RML and RMLmapper. But I get the following exception:
I have studied that table and created a series of views that reduced the number of columns in the table until RMLMapper worked properly. I found out that when a column has datatype float8 and at least one value is NULL, then the above exception is thrown.
This the postgresql version of the database: PostgreSQL 12.14 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44), 64-bit
The text was updated successfully, but these errors were encountered: