| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::CSVSimpleParser Class Reference Parse a csv data and send each tokens to the given CSVContentHandler object. More...
Inheritance diagram for tlp::CSVSimpleParser:
Collaboration diagram for tlp::CSVSimpleParser:
Public Member Functions
Protected Member Functions
Detailed DescriptionParse a csv data and send each tokens to the given CSVContentHandler object. Parse a csv data and send each tokens to the given CSVContentHandler object. Get each line of the file in the given range and parse them. This object skip empty lines. Send the found tokens to the CSVContentHandler interface. CSVParser parser(fileName,";","\"","UTF-8",true); \/\/Automatically remove quotes. CSVContentHandler * handler ; parser.parse(handler); Constructor & Destructor Documentation
Construct a csv simple file parser.
Member Function Documentation
Parse the data and send the tokens found to the CSVContentHandler. Notify the progression of the parsing with the progress object. Implements tlp::CSVParser.
|
Tulip Software by LaBRI Visualization Team 2001 - 2012 |