Hub
Pricing About
  • Software
  • Blog
  • Forum
  • Events
  • Documentation
  • About KNIME
  • KNIME Community Hub
  • Search

108 results

Filter
Flow Control
Books KNIME Advanced Luck Loop Exercise Flow variables Table Row To Variable Loop Start Counting loop Column List Loop Community Nodes Vernalis
+4
  1. Go to item
    Workflow
    Chunk Loop
    Books KNIME Advanced Luck Loop
    +3
    This loop iterates over the input data table just once from beginning to end. It divides the data table in smaller chunks and ite…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.1_20200525 > AdvancedLuck > Chapter6 > 6. Chunk Loop
    1
    jeany
  2. Go to item
    Node / Manipulator
    Configurable IF/CASE Switch
    Community Nodes Vernalis Flow Control
    +1
    A configurable IF/CASE switch with changeable port types and varying number of output ports. Output ports can be replaced with Fl…
    1
    vernalis
  3. Go to item
    Workflow
    Chapter 5 / Exercise 2
    KNIME Advanced Luck Books Exercise
    +3
    This exercise: - uses a global variable (username), - creates a local variable (timestamp ) with a Java Edit Variable node, - per…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter5 > Exercises > Exercise2
    0
    rs1
  4. Go to item
    Workflow
    Chapter 5 / Exercise 3
    Books KNIME Advanced Luck Exercise
    +3
    This exercise is about global and local variables. Define an engine size as global variable (300 for example). Find all cars with…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter5 > Exercises > Exercise3
    0
    rs1
  5. Go to item
    Workflow
    Counting Loop 2
    Books KNIME Advanced Luck Counting loop
    +2
    Similarly to workflow "Counting Loop 1", this workflow implements a loop cycle and precisely a counting loop with 4 iterations. T…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter7 > 2. Counting Loop 2
    0
    rs1
  6. Go to item
    Workflow
    Loop on List of Columns
    Books KNIME Advanced Luck Column List Loop
    +3
    This workflow reads the dataset created by the the workflow named "Counting Loop 2". 1. Of all the Cluster_Membership columns onl…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter7 > 3. Loop on List of Columns
    0
    rs1
  7. Go to item
    Workflow
    Chapter 6 / Exercise 3
    Books KNIME Advanced Luck Exercise
    +2
    In this exercise, we clean up a file from duplicates. The easiest way would be to use a GroupBy node, group by contract IDs and t…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter7 > Exercises > Exercise3
    0
    rs1
  8. Go to item
    Workflow
    Loop on List of Values
    Books KNIME Advanced Luck Loop on List of Values
    +4
    This workflow loops on a list of unique values, in this case on a list of countries. The goal of the workflow is to identify the …
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter7 > 4. Loop on List of Values
    0
    rs1
  9. Go to item
    Workflow
    Loop on Groups of Data
    Books KNIME Advanced Luck Group loop
    +2
    This workflow loops on a list of unique data groups. In this case the data groups are identified by country. This workflow implem…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter7 > 5. Loop on Groups of Data
    0
    rs1
  10. Go to item
    Workflow
    Chapter 6 / Exercise 4
    Books KNIME Advanced Luck Row loop
    +4
    Here we have single files, each one containing a data column of a bigger data table. Let's list all the file name, for each filen…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter7 > Exercises > Exercise4
    0
    rs1
  11. Go to item
    Workflow
    Loop on Groups of Data
    Books KNIME Advanced Luck Group loop
    +2
    This workflow loops on a list of unique data groups. In this case the data groups are identified by country. This workflow implem…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter7 > 5. Loop on Groups of Data
    0
    rs1
  12. Go to item
    Workflow
    Chapter 6 / Exercise 4
    Books KNIME Advanced Luck Row loop
    +4
    Here we have single files, each one containing a data column of a bigger data table. Let's list all the file name, for each filen…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter7 > Exercises > Exercise4
    0
    rs1
  13. Go to item
    Workflow
    Chapter 6 / Exercise 3
    Books KNIME Advanced Luck Exercise
    +2
    In this exercise, we clean up a file from duplicates. The easiest way would be to use a GroupBy node, group by contract IDs and t…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.1_20200525 > AdvancedLuck > Chapter6 > Exercises > Exercise3
    0
    jeany
  14. Go to item
    Workflow
    Chapter 5 / Exercise 1
    Books KNIME Advanced Luck Exercise
    +2
    This exercise is about global variables. Extract data rows from the sales.csv file for a specific month and year combination. Use…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter5 > Exercises > Exercise1
    0
    rs1
  15. Go to item
    Workflow
    Flow Variables
    Books KNIME Advanced Luck Flow Variables
    +2
    This workflow explores creation, manipulation, and usage of local and global flow variables.
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter5 > 1. Flow_Vars
    0
    rs1
  16. Go to item
    Workflow
    Chapter 5 / Exercise 1
    Books KNIME Advanced Luck Exercise
    +2
    This exercise is about global variables. Extract data rows from the sales.csv file for a specific month and year combination. Use…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter5 > Exercises > Exercise1
    0
    rs1
  17. Go to item
    Workflow
    Chapter 5 / Exercise 2
    KNIME Advanced Luck Books Exercise
    +3
    This exercise: - uses a global variable (username), - creates a local variable (timestamp ) with a Java Edit Variable node, - per…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter5 > Exercises > Exercise2
    0
    rs1
  18. Go to item
    Workflow
    Chapter 5 / Exercise 3
    Books KNIME Advanced Luck Exercise
    +3
    This exercise is about global and local variables. Define an engine size as global variable (300 for example). Find all cars with…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter5 > Exercises > Exercise3
    0
    rs1
  19. Go to item
    Workflow
    Chapter 6 / Exercise 2
    Books KNIME Advanced Luck Exercise
    +3
    Starting from 15.01.2011 we build the course schedule for the 12 months. One course every month, on the 15th. To do that, we use …
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter7 > Exercises > Exercise2
    0
    rs1
  20. Go to item
    Workflow
    Chapter 6 / Exercise 2
    Books KNIME Advanced Luck Exercise
    +3
    Starting from 15.01.2011 we build the course schedule for the 12 months. One course every month, on the 15th. To do that, we use …
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter7 > Exercises > Exercise2
    0
    rs1

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • E-Learning course
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • KNIME Open Source Story
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more on KNIME Business Hub
© 2023 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Credits