Hi,
(happy New Year!!!, 2.3 has some VERY nice improvements!!! Great work!!!!)
I have a question...
I am about to rewrite one of my nodes that previously used the columnrearranger to replace a cell from one column using SingleCellFactory... Now I want to also append a column without calling two SingleCellFactories as this would imply duplicating the work.
Now my question: I guess it is not possible under these circumstance to still use the columnRearranger concept but I would rather replace the whole row using the BufferedDataTable. Is this true?
The benefit of using the columnRearranger is 1. that only one column is being affected and the other columns are not passed through to the next node thereby saving disk space. 2. the concept of using the SingleCellFactory enables one to parallelize things at some point. Is this correct as well?
Thanks for the clarification...
B