One of input column is MolCell type in my node. I changed the structure data and tried to put it into output table. I create a new BufferedDataContainer and use FOR loop to add all columns to this new DataTable. How can i add a MolCell to data row?
--
DataRow newRow = new DefaultRow("RowKey_"+currentRow, MolCells);
--
BTW Where can I find more detail documents about org.knime.chem.types.MolCell?
Thank you for your advice.