If I leave them blank I get an empty string inserted into my database (postgis) - I really want Nulls
Page 1 / 1
User parameters cannot be set to NULL, but you can use a ParameterFetcher and a NullAttributeMapper before the writer to transform empty strings to NULL before being written.