项目作者: samair

项目描述 :
Parser for csv files
高级语言: C++
项目地址: git://github.com/samair/csvParser.git
创建时间: 2018-02-06T12:32:15Z
项目社区:https://github.com/samair/csvParser

开源协议:

下载


csvParser

A simple comma separated values file parser.
The parser has several helper functions to analyze a csv file.

  • getColumns
  • getCoulumnNames
  • getRows
  • countRows etc.