I noticed that the release notes for 2.8.0 say that it “unified null and empty field values in sorting, Dedup, etc” Were there any changes to the DENORMALIZER node? We have files where the key fields are null and with the DEDUP node that isn’t a problem because of the “equalNULL” attribute. The DENORMALIZER hasn’t had that kind of flag and we used a forum suggestion to use a REFORMAT node to put a dummy value in the nullable key fields and then strip it out in the DENORMALIZER node. Do we still have to do this with version 2.8.0? We’re trying to minimize the number of nodes for performance’s sake. :mrgreen:
in CloverETL 2.8, the EqualNULL attribute exists in the following components:
Dedup
DataIntersection
Denormalizer
Rollup (new component)
in the four components mentioned above, the default value of EqualNULL is true.
Aggregate - in it, the default value remains false.