Hi, I’m currently working on a new custom node in Java (it’s a source node creating a new table) and I need to create a date column for this new table but the only cell type objects are deprecated.
org.knime.core.data.def.TimestampCell.TYPE; → deprecated
org.knime.core.data.date.DateAndTimeCell.TYPE; → deprecated
how can I add a column with a date value (and not just a date as a string)