Icon

Public

This directory contains 400 workflows.

Iconkn_​example_​date_​columns_​insert 

Examples how to insert date colums into KNIME data sets. Also using the current date and time (time of execution)

Iconkn_​example_​date_​string_​conversion_​simple 

simple date string conversions simple date string conversions URL: forum example 1 […]

Iconkn_​example_​date_​string_​format 

see what you can do with dates as data values, strings and numbers. You can transform them and store them as String or number and reuse them as timestamps […]

Iconkn_​example_​date_​time_​am_​pm_​format 

Deal with (messy) Time formats containing AM/PM distincions Deal with (messy) Time formats containing AM/PM distincions URL: forum […]

Iconkn_​example_​date_​time_​java 

use KNIME Java-Snippet to create date and time variables

Iconkn_​example_​date_​timestamp_​math_​node 

Examples how to create a timestamp with the help of math nodes

Iconkn_​example_​date_​week_​month_​identify 

Check if a day is in the first week of a month and record if the execution has been done

Iconkn_​example_​db_​duckdb_​connection 

DuckDB - toy around with KNIME and SQL

Iconkn_​example_​db_​h2_​create_​table_​from_​scratch 

Example how to use H2 database to create table with upload and from scratch H2 is an SQL database that 'lives' in a single file on your disk or in memory so […]

Iconkn_​example_​db_​h2_​insert_​and_​update 

UPDATE an existing database and insert new rows with H2 - use the Northwind DB