Skip to main content

Table of attributes I want to merge with Group By: FILENAME

Input

Aggregator

Output

Desire

The output is correct, since <null> is a value. Consider using the NullAttributeMapper to remove all <null> values (i.e. change to <missing>) to get the desired result.


The output is correct, since <null> is a value. Consider using the NullAttributeMapper to remove all <null> values (i.e. change to <missing>) to get the desired result.

Success, the fields need's to be "MISSING", NULL and BLANK don't work.

 

Thank-you

 

 


The output is correct, since <null> is a value. Consider using the NullAttributeMapper to remove all <null> values (i.e. change to <missing>) to get the desired result.

Good to hear.

 

<empty> is a string value consisting of no characters; <null> is a special value indicating that the attribute exists but it doesn't have a valid value; <missing> indicates that the attribute does not exist.