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

Change Structure of an Excel FileA company buys their material from different manufacturers and stores all relevant information in one excel file. In thischallenge 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.Input2019 1 ABC comp Wood 141 1482019 1 ABC comp Glass 144 134...Output2019 1 ABC comp Glass 144 134 2019 1 ABC comp Wood 141 148... Read only the input section of th excel sheetRemove the ... rowsloop through each specific grouprelabel row ids so that they append appropriately Excel Reader Row Filter Group Loop Start Loop End (ColumnAppend) RowID Change Structure of an Excel FileA company buys their material from different manufacturers and stores all relevant information in one excel file. In thischallenge 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.Input2019 1 ABC comp Wood 141 1482019 1 ABC comp Glass 144 134...Output2019 1 ABC comp Glass 144 134 2019 1 ABC comp Wood 141 148... Read only the input section of th excel sheetRemove the ... rowsloop through each specific grouprelabel row ids so that they append appropriately Excel Reader Row Filter Group Loop Start Loop End (ColumnAppend) RowID

Nodes

Extensions

Links