Creating Nodes

Is it possible to create a Node that contains a SQL query so we can send it to people who are trying to use KNIME with our software?

Hello,

I was trying to get the knime node source code(be able to see the node dialog, node model) being written for some of the existing nodes like CSV Reader, Database Reader etc.

Please can someone share this. I was able to download the knime source extension but that is in the form  of jar and I am not able to view the code as I desire. I wanted it more as source project in my eclipse. Please help!

Thanking You!

Regards,

Nishat Afshan

Hi Nishat

Install the SDK then add the dependencies you want to your plugin. You should now be able to browse the source through the references libraries. 

Not a great solution but it works.

Cheers

Sam