Package net.sf.jmatchparser.util.csv

This package contains utility classes useful for parsing and creating CSV and similar column-based files.

See:
          Description

Class Summary
AbstractCSVReader Abstract base class to read data from several CSV-like file formats.
AbstractCSVWriter Abstract base class to read data from several CSV-like file formats.
CSVFactory Utility class to create CSV readers and writers based on an input file and a format string that describes the format of the CSV file.
CSVReader Class to read data from a CSV (Comma Separated Value) file, supporting different separator characters and quoted values.
CSVReaderBuilder An AbstractCSVWriter where you can write records into and then call the CSVReaderBuilder.toReader() method to build an AbstractCSVReader that can read exactly these records.
CSVWriter Class to create CSV files.
FixedWidthColumn A column of a fixed-width CSV file.
FixedWidthCSVReader Class to read data from a fixed width CSV (Comma Separated Value) file, where every column has a fixed width and may optionally additionally delimited by separator characters.
FixedWidthCSVWriter Class to create fixed width CSV (Comma Separated Value) files, where every column has a fixed width and may optionally additionally delimited by separator characters.
PropertiesCSVReader Class to read data from a Properties file as if it was a CSV (Comma Separated Value) file.
PropertiesCSVWriter Class to create a Properties file as if it was a CSV (Comma Separated Value) file.
XMLCSVReader Class to read data from an XML file as if it was a CSV (Comma Separated Value) file.
XMLCSVWriter Class to create an XML file as if it was a CSV (Comma Separated Value) file.
XPathCSVReader Class to read data from an XML file as if it was a CSV (Comma Separated Value) file, using XPathExpressions for the columns.
 

Enum Summary
FixedWidthColumn.Alignment Enumeration of possible column alignments.
 

Package net.sf.jmatchparser.util.csv Description

This package contains utility classes useful for parsing and creating CSV and similar column-based files.



Copyright © 2011. All Rights Reserved.