Skip to main content

If I leave them blank I get an empty string inserted into my database (postgis) - I really want Nulls

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.


Reply