Package com.groiss.fileimport.csv
package com.groiss.fileimport.csv
Provides classes for creating/reading CSV-files.
-
ClassDescriptionMap 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 recordsdescribes a csv-filea 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