Aggregate Data from Files
- 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Aggregate Data from Files
- Updated on 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Exercise
You're a sales manager tracking sales for a few stores. Given three flat files with sales data per store (DailySales_Store1.csv
, DailySales_Store2.csv
and DailySales_Store3.csv
), produce a flat file that aggregates sales data ("Quantity", "Revenue") at the total store level.
Hints
Read through Flat File Source, Filter, Union, Aggregate, and Flat File Export.
Answer Key
Was this article helpful?