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!