Quantcast
Channel: Node Development - KNIME Community Forum
Viewing all articles
Browse latest Browse all 81

create Date column in a java node

$
0
0

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)

Thanks

3 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 81

Trending Articles