You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running with default.incremental set to true in the r2rml.properties file, a NullPointerException is thrown:
Transforming the data... Run with -h for help on options.
Exception in thread "main" java.lang.NullPointerException
at gr.seab.r2rml.beans.UtilImpl.md5(UtilImpl.java:398)
at gr.seab.r2rml.beans.Generator.createTriples(Generator.java:792)
at gr.seab.r2rml.beans.Main.main(Main.java:93)
The text was updated successfully, but these errors were encountered:
Hi,
When running with default.incremental set to true in the r2rml.properties file, a NullPointerException is thrown:
The text was updated successfully, but these errors were encountered: