Read the CSV

Report a typo

The technical support of a book shop decided to automate the daily reporting system. The team plans to create a program that will run in the end of each day to create the report daily_total.csv. To do that, the program should automatically retrieve the file daily_sales.csv, which contains all sales transactions the shop made during that day. Such daily sales data will be passed through pipelines.

Place the steps of the algorithm of this program in the correct order!

Put the items in the correct order
write data to daily_total.csv
read data using an Input Stream
create an Output Stream
process data
open daily_sales.csv
___

Create a free account to access the full topic