Package klyn.io.csv
Contains 3 type(s).
Types
Classes
- CSVReader - RFC-4180 style CSV reader inspired by Python's
csv.reader.
- CSVWriter - CSV writer inspired by Python's
csv.writer.
Exceptions
- CSVException - Exception raised when CSV data is syntactically invalid or when a dialect cannot represent a requested value.