Skip to main content
CSVReader is a reader class that allows you to read data from CSV files.

Parameters

CSVReader also accepts the base Reader constructor parameters.

Methods

read()

Reads a CSV file and returns a list of documents.

async_read()

The async variant of read(). It accepts the same parameters, plus: