kettle-jena-plugins-2.0.0
New Features
-
Blank Nodes. You can now create Blank Nodes in the Jena Models from row fields.
-
If the field value in the row being processed is
null
, you can now choose the action to take. Either:- ignore it and move to the next row
- log a warning and move to the next row
- or raise an error and stop processing
Fixes
-
Improve datatype conversion from SQL types to RDF types.
-
Fixed an issue with the Identity of the Java Object being written to the RDF property value instead of the value of the object.