This directory contains 12 workflows.
Performs "CREATE TABLE AS" using input query. Any existing table will be droped (CASCADE) Tested on H2 and Amazon Redshift Database
Makes empty strings to null using the below transfromation: NULLIF(TRIM("column"),'')
creates 1 row per day between a date range
This node joins two DB Data tables (using a FULL OUTER JOIN) and merges columns (using a COALSCE statement) with indentical names. Input columns with […]
Get Australia account period information from date. accouting_year: 2021-07-01 = 2022 accouting_month: 2021-07-01 = 1 accounting_period: 2021-07-01 = 2022/001
DB hash Column (fnv_hash) Creates hash column using redshift function fnv_hash https://docs.aws.amazon.com/redshift/latest/dg/r_FNV_HASH.html
Creates an empty DB Table using custom knime column mappings and smart string sizes tested on redshift
This nodes performs a SQL UNION. Inputs need to contain the same columns Tested on H2 and Amazon Redshift Database
This nodes performs a UNION ALL but allows for different columns to be inputed. Input columns with the same name should be of the same column types, […]