/csv_parser

CSV Parser using C++

Primary LanguageC++

csv_parser

CSV Parser using C++. Resulting run-encoded length compression

How to build

make

How to run

./start.sh <path_to_csv>

#csv_parser Demystifed This program implements automata based algorithm for parsing CSV files, this approach choosen for stable performance and easier error handling. This program also outputs log contains time elapsed for parsing values in each CSV in directory