Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 445 Bytes

02_csv.rst

File metadata and controls

16 lines (10 loc) · 445 Bytes

Recipe: Read and write from/to CSV files

What we want to achieve

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

image

Pipeline structure

image