Icon

Public

This directory contains 400 workflows.

Iconkn_​example_​db_​sqlite_​right_​joiner_​loop 

I built a workflow that does that also to play around with SQLite and to see what it could do. I have two databases that both have two tables named […]

Iconkn_​example_​db_​sqlite_​switch_​query 

DB SQLite - switch datase source based on a case when selection

Iconkn_​example_​db_​sqlite_​timestamp 

Play around with SQLite and Date and Time functions

Iconkn_​example_​db_​sqlite_​window_​rank_​timestamp 

SQLite - Window function and Rank to detect duplicates - also using automatic ID and […]

Iconkn_​example_​db_​update_​merge 

demonstrates the use of DB Update and DB Merge

Iconkn_​example_​db_​update_​merge_​ms_​access 

demonstrates the use of DB Update and DB Merge with MS Access DB alse: extract some mea information from information_schema

Iconkn_​example_​db_​wait_​execute 

use the Wait node to execute a database query at fixed times Please note: If the time of day has passed when the workflow reaches the Wait node it will […]

Iconkn_​example_​decision_​tree 

A simple decision tree with all the possibilities to store the results (as PMML or Ruleset or SQL Code) and evaluation (ROC curve)

Iconkn_​example_​duplicates 

I set up a workflow to demonstrate how this could be done - use group by to calculate how many duplicates there are (note: KNIME should introduce a generic […]

Iconkn_​example_​duplicates_​school_​of 

Dealing with duplicates is a constant theme with data scientist. And a lot of things can go wrong. The easienst ways to deal with them is GROUP BY or […]