Class | Description |
---|---|
ColumnDescriptor |
Facts about a single column in the CSV file, used internally by CSVAlign
created with Intellij Idea
|
CSV |
Dummy file to represent the CSV library CSVReader, CSVWriter, CSVPack, CSVAlign...
|
CSVAlign |
align a CSV File into columns.
|
CSVChangeCase |
Change case on columns of a CSV file.
|
CSVCondense |
Remove blank lines and condense multiple spaces to one within fields.
|
CSVDeDup |
DeDup CSV File: remove duplicate records.
|
CSVDeEntify |
convert entities in selected columns back to UTF-8 characters.
|
CSVDump |
display a csv file with fields separated with |.
|
CSVEntify |
convert awkward UTF-9 characters in selected columns to é or ¤ style HTML entities.
|
CSVPack |
pack a CSV File as densely as possible, removing excess space and commas.
|
CSVPatch |
patch a CSV file with a list of from:to pairs.
|
CSVReader |
Read CSV (Comma Separated Value) files.
|
CSVReshape |
reshape a CSV file reordering, duplicating or removing fields.
|
CSVSort |
Sort a CSV file, on multiple columns with case sensitive, case insensitive and numeric fields.
|
CSVTabToComma |
Converts tab-separated CSV file to a comma-separated CSV file.
|
CSVTemplate |
Expands a CSV file to boilerplate in a text file.
|
CSVToSRS |
Converts a 2-column CSV file to a first cut at a Funduc Search Replace SRS Script.
|
CSVToTable |
Converts a CSV file to the guts of an HTML table.
|
CSVTuple |
Break up a long CSV line into several shorter ones.
|
CSVWriter |
Write CSV (Comma Separated Value) files.
|
LinesToCSV |
Converts text file of one field per line to a comma-separated CSV file.
|
TableToCSV |
Extracts rows in CSV tables to CSV form.
|
TestCSVReader |
Test CSVReader to read a csv file.
|
TestCSVWriter |
Test CSVWriter to write a csv file.
|
Enum | Description |
---|---|
CSVCharCategory |
enumeration of the classes of characters processed by the CSV finite state automaton.
|
CSVReadState |
enumeration of the finite state automaton used to read CSV files.
|