A small command-line utility written in c++ to change format within the fields of a comma separated value files.
The rationale for having such a tool is that sometimes we export data to CSV file from a system/library that doesn't allow fine control over the exact format of the fields, and we need to import the file in another system that insists on some specific representation . For example:
exported 0 vs 0.00
,, vs ,"", (or the other way around)
needed 001 vs 1.
License
Academic Free License (AFL), BSD LicenseFollow CSV reformatter
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of CSV reformatter!