I have many entities with DATE attributes.
When I have no value, I set them to null (NullAttributeMapper).
But DateTimeConverter generates a WARN for each null value and rejects entities, so the logfile is very big and its very slow.
I would like a parameter to ignore null values in DATE attributes (don't log them) and maybe a new output port for null values in DateTimeConverter.