hunterdong:How to detect DUPLICATED records and output them?
Distinct node, option "Discard"
hunterdong: How to find if a variable is fully $null$? (recognized as typeless so can't use Data Audit node)
Here you have to test if the field is Null or Blank or undefined
selectnode, condition : (@NULL(@FIELD) or @BLANK(@FIELD) or @FIELD= undef)
You'll find all information about this kind of function in the clementine help