Combine Columns from Files
Last updated: 23 Dec 2022
Exercise¶
Given three flat files with sales data re: certain SKUs ( SKUSales_Quantity.csv, SKUSales_Revenue.csv, SKUDescr.csv), produce a single flat file with data from all three.
Hints¶
Read through Flat File Source, Derive, Filter, Join, and Flat File Export.