Icon

Challenge 32 - Change Structure of an Excel File - Solution

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
...

Nodes

Extensions

Links