Package com.groiss.fileimport.csv


package com.groiss.fileimport.csv
Provides classes for creating/reading CSV-files.
  • Class
    Description
    Map of a column in the import file to a attribute in the object.
    a utility class which reads RFC4180 (CSV http://tools.ietf.org/html/rfc4180) compliant records from an inputstream many setter-methods for changing the behavior are available there's also a way for reading fixed length records
    describes a csv-file
    a utility class which writes RFC4180 (CSV http://tools.ietf.org/html/rfc4180) compliant records to a outputstream many setter-methods for changing the behavior are available there's also a way for writing fixed length records
    EscapeMode to be used in CSVReader or CSVWriter