Let’s say I ve created a User class. I know there are CellTypes for the basic Datatypes. But do can I “hand over” the User Object?
Hi @jonathans,
Do you want to create a custom DataCell type for your user defined object?
You can do so by extending the “org.knime.core.DataType” extension point.
Take for example the knime-json extension that provides a custom Json cell type
best,
Gabriel
1 Like
This helped a lot thank you
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.