Skip to content

kettle-jena-plugins-2.0.0

Compare
Choose a tag to compare

New Features

  1. Blank Nodes. You can now create Blank Nodes in the Jena Models from row fields.

  2. If the field value in the row being processed is null, you can now choose the action to take. Either:

    1. ignore it and move to the next row
    2. log a warning and move to the next row
    3. or raise an error and stop processing

Fixes

  1. Improve datatype conversion from SQL types to RDF types.

  2. Fixed an issue with the Identity of the Java Object being written to the RDF property value instead of the value of the object.