Change Structure of an Excel File
A company buys their material from different manufacturers and stores all relevant information in one excel file. In this challenge your goal is to change the structure of the excel sheet so that as little information as possible is stored repeatedly. Use as few nodes as possible to change the structure of the excel file to the output shown below.
Input
2019 1 ABC comp Wood 141 148
2019 1 ABC comp Glass 144 134
...
Output
2019 1 ABC comp Glass 144 134 2019 1 ABC comp Wood 141 148
...
Workflow
Challenge 32 - Change Structure of an Excel File - Solution
Used extensions & nodes
Created with KNIME Analytics Platform version 5.2.1
- Go to item
- Go to item
- Go to item
- Go to item
- Go to item
Legal
By using or downloading the workflow, you agree to our terms and conditions.