Uses of Class
org.melati.poem.csv.CSVParseException

Packages that use CSVParseException
org.melati.poem.csv Importing CSV files into a Melati Database. 
 

Uses of CSVParseException in org.melati.poem.csv
 

Methods in org.melati.poem.csv that throw CSVParseException
 void CSVTable.load(boolean writeOnFly)
          Parse the CSV data file and store the data for saving later.
 CSVRecord CSVTable.parseRecord()
          Reads the file until is has seen an object's-worth of field values (ie until it sees an EOF or a line starting with '$') which it returns in a hashtable (null if there are no field values).
 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.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.