| Package | Description |
|---|---|
| org.melati.poem.csv |
Importing CSV files into a Melati Database.
|
| Modifier and Type | Method and Description |
|---|---|
Persistent |
CSVRecord.getPersistent()
Retreive the Persistent corresponding to this CSVRecord, if there
is one.
|
void |
CSVTable.load(boolean writeOnFly)
Parse the CSV data file and store the data for saving later.
|
void |
CSVFilesProcessor.process(boolean writeOnFly,
boolean emptyTables,
boolean recordDetails,
boolean fieldDetails,
Writer output)
Load all the data from the files, empty the tables if necessary and then
write the new data into the tables.
|
void |
CSVFilesProcessor.process(boolean emptyTables,
boolean recordDetails,
boolean fieldDetails,
Writer output)
With write on the fly false.
|
void |
CSVTable.writeRecords()
Write the records to the database,
called if we are not writing each record to db as we go.
|
Copyright © 2000–2021 PanEris. All rights reserved.