Chapter 3 : CSV Preprocessing - Building a Reliable In-Memory Dataset
Why We Preprocess the CSV
The CSV file is an external input.External inputs are always the least reliable part of any system.
Before we introduce Flow, we want to answer three questions:
Is the file
kotlinflow.hashnode.dev5 min read