CSVReader converts each CSV row into a document with RowChunking by default.
csv_reader.py
Run the Reader
1
Set up your virtual environment
2
Install dependencies
3
Run the script
Reader Parameters
CSVReader also accepts the base Reader constructor parameters.
Pass delimiter and quotechar to read() for other CSV dialects.
CSVReader.async_read() accepts page_size to batch files with more than 10 rows before applying the chunking strategy.