Providing CSV source handling
This release ships:
- The
CsvSource
class to connect to a CSV file residing either locally, in a S3 bucket, or elsewhere. - A
LocalFileCsvSource
implementation to read a local CSV line by line
This release ships:
CsvSource
class to connect to a CSV file residing either locally, in a S3 bucket, or elsewhere.LocalFileCsvSource
implementation to read a local CSV line by line