Combine Columns from Files
- 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Combine Columns 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
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.
Answer Key
Was this article helpful?