| Class | Description |
|---|---|
| CSVColumn |
A bridging object which is both a column in a CSV file and
a column in a POEM database.
|
| CSVField |
A field within a record of a CSV file.
|
| CSVFileParser |
A utility for tokenising a file made up of comma-separated
variables.
|
| CSVFilesProcessor |
A class to define a sequence of
CSVTables and process them by
parsing the files and writing the data to the database. |
| CSVRecord |
A record within a CSV File.
|
| CSVTable |
A representation of a CSV file as a POEM Table.
|
| Exception | Description |
|---|---|
| CSVParseException |
An error in parsing a CSV line.
|
| CSVPrimaryKeyColumnAlreadySetException |
Thrown when an attempt to set a second field as a primary key is made.
|
| CSVWriteDownException |
Thrown when there is an error writing a CSV value to the database.
|
| NoPrimaryKeyInCSVTableException |
Thrown when no primary key is set.
|
Importing CSV files into a Melati Database.
Copyright © 2000–2021 PanEris. All rights reserved.