angelorohit/ACSVParser
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
==============================INTRODUCTION=============================== ACSVParser is a simple CSV format content parser written in standard C++. FEATURES: - Allows specification of the content separator, text delimiter and record separator (Default values are comma, double quote and newline). - Allows buffered parsing or slurping of CSV file contents. - Allows embedded record separators. - Can recognise the presence of a header (if instructed to do so). - Rudimentary data type support for a limited set of types. LIMITATIONS: - Currently only supports UTF-8 and UTF-32 character sets. TODO: - Add support for different character sets. ================================USAGE=================================== Please see main.cpp in the project solution for usage examples. ===============================CONTACT================================== Feel free to report any bugs, feedback or suggestions to: angelorohit[at]gmail[dot]com Enjoy!