Package org.tridas.io.formats.csv

Comma-separated values (CSV) is a simple text file format used for encoding tabular data.

See:
          Description

Class Summary
CSVFile Deprecated. use CSVMatrix instead
CSVWriter Deprecated. use CSVMatrix instead
TridasToCSVDefaults Deprecated. use CSVMatrix instead
 

Enum Summary
TridasToCSVDefaults.CSVField  
 

Package org.tridas.io.formats.csv Description

Comma-separated values (CSV) is a simple text file format used for encoding tabular data. Most spreadsheet and database programs are able to parse CSV files so it is widely used as an easy way to transfer data between such programs without having to understand complicated proprietary formats.

This library outputs to CSV format files. No unit handling is done, the numbers output are given in the units that the original file stored them in.



Copyright © 2011. All Rights Reserved.