Icon

3. Java IF & Tables

<p><strong>Java IF &amp; Tables</strong></p><p>This workflow implements an example of an automated if switch to control workflow execution using the <em>Java IF (Table)</em> node.</p><p>The <em>cars-85.csv</em> dataset contains various information about different cars. We want to process the data differently: the price of two-door cars should be scaled by factor 1/50 (top branch), the price of four-door cars by factor 1/100 (bottom branch). The choice of two-door or four-door is made in the <em>Value Selection Configuration</em> node. The output flow variable then controls the data path throughout the workflow. Finally, we visualize the data (engine_size, horse_power, and scaled_price) in a <em>Box Plot</em>.</p>

Nodes

Extensions

Links