enhydrator icon indicating copy to clipboard operation
enhydrator copied to clipboard

Java 8 Data Transformer

Results 10 enhydrator issues
Sort by recently updated
recently updated
newest added

"The Nashorn engine has been deprecated in JDK 11 as part of JEP 335 and and has been removed from JDK15 as part of JEP 372." Are there any plans...

Basically added a check for ResultSetMetaData.columnNullable == metaData.isNullable(i) I would really like to have this for my current project! The Project and code is very much appreciated.

I might be missing something, but I tried to use enhydrator with a JDCB Source containing null values for certain columns. This was not working out of the box. I...

Hi Adam, is there a way to deal with files containing lines with differents separators like : personName**,**personAge**/**cityName**;**sityLocation Regards R

When using JDBCSource the colums start with index 1 not 0. The reason for this the line 40 and 42 in ResultSetToEntries: ``` java ... int columnIndex = 0; for...

A generic XMLSource should be implemented.

RowTransformer should be able to create multiple rows from a single row input.

Support for importing POJOs and particularly POJOs created from XML (JAXB) is required.