REPORT_INTERVAL| Constructor and Description |
|---|
SortCSV() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SortedField> |
getSortOrder() |
void |
process(java.io.File inputFile,
java.io.File outputFile,
boolean headers,
CSVFormat format)
Process, and sort the files.
|
appendSeparator, getColumnCount, getFormat, getInputFilename, getInputHeadings, getPrecision, getRecordCount, getReport, getReportInterval, getScript, isAnalyzed, isExpectInputHeaders, isProduceOutputHeaders, performBasicCounts, prepareOutputFile, readHeaders, reportDone, reportDone, requestStop, resetStatus, setAnalyzed, setColumnCount, setExpectInputHeaders, setInputFilename, setInputFormat, setInputHeadings, setPrecision, setProduceOutputHeaders, setRecordCount, setReport, setReportInterval, setScript, shouldStop, toString, updateStatus, updateStatus, validateAnalyzed, writeRowpublic java.util.List<SortedField> getSortOrder()
public void process(java.io.File inputFile,
java.io.File outputFile,
boolean headers,
CSVFormat format)
inputFile - The input file.outputFile - The output file.headers - True, if headers are to be used.format - The format of the file.