CSV document handling.
csv
package csv
Concerns
csv::csv
module csv
CSV document handling.
Introduces
- CsvStream: Shared properties by all CSV-related classes
- CsvWriter: Appends CSV records to a file.
- CsvReader: Reads records from a CSV file.
- CsvDocument: A CSV document representation.
Redefines
- Text: High-level abstraction for all text representations