Checks on invalid column definitions

Issue #31 open
Murray Bryant created an issue

I am importing from a JDBC datasource and defining nodes using properties as below

"properties":[ {"name":"name","column":"name"},

If I get the column wrong (mistype) I would expect some kind of error or warning saying that it could not be found in the resource. This currently does not happen.

Is it possible to add some error reporting to this?

Comments (2)

  1. Log in to comment