Icon

Public

This directory contains 394 workflows.

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_​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

Iconkn_​example_​db_​h2_​large_​files_​split 

H2 database split into 1 GB chunks in order to store very large data

Iconkn_​example_​db_​h2_​merge 

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