Hi,
I’ve got a more complex filter than I can put in the EXT_FILTER node so I’m using the REFORMAT node instead. However, it seems to copy all records from the input port onto all output ports even if I do something like outputRecords[0].reset();
Is there a way that I can suppress having null records written to the port so that I can avoid having to use a EXT_FILTER node afterwards to check for nulls?
Thanks.