Recipe: Read and write from/to CSV files

What we want to achieve

We want to write the exact transformation that we wrote in Recipe: Simple data processing, except that we will read data from an input CSV file, and write the result to an output CSV file.

../_images/02_csv_data.png

Pipeline structure

../_images/02_csv_pipeline.png