|
Project Information
Featured
Downloads
Links
|
News: Version 1.3 released. From this release I will no longer be providing a zipped snapshot of the source code. Linux users (and others that need the source) can still get a zip via the Bitbucket clone at https://bitbucket.org/neilb/csvfix/src. News: I have cloned the CSVfix source repository on Bitbucket at https://bitbucket.org/neilb/csvfix/src - this is a slightly more convenient way of getting the up-to-date source code than using Google Code, as you don't need to have Mercurial installed. Simply select your preferred zip format from the "get source" menu. News: Added full instructions on building CSVfix on Windows to Wiki. The ProblemIf you have any dealings at all with data and databases, then you almost certainly will have have to deal with comma-separated values (CSV) data. Unfortunately, the CSV files you are given, or are required to produce, never seem to be in quite the right format for your particular business application. And because of the structure of CSV records, using standard text processing tools like sed, awk and perl on CSV files is not as simple as it might be.The SolutionCSVfix is a command-line tool specifically designed to deal with CSV data. With it you can, among other things:
You can see a full list of CSVfix commands here. You can view the CSVfix manual here. For questions and support on CSVfix, please use the support forum - particularly, please post there before raising an issue in the issue tracker. CSVfix is available as a Windows binary installer, or in source form for both Windows and Linux/Unix platforms. |