Introduction!CSVamp is a fairly simple application allowing users to produce a new, modified CSV/TSV file from an existing CSV/TSV file.
Details
Some of the things that can be done are:
Re-order fields.
Extract fields.
Add additional fields.
Sort on any field (with option to retain but ignore 1st field).
Concatenate fields, with or without intervening added text.
Add text before and/or after any field.
Extract selected records.
Change field separator i.e. comma or Tab
Change record terminator i.e. LF, CR, LF+CR or CR+LF
|