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
This helped a lot thank you ![]()