Class Parser.CSV
- Description
This is a parser for line oriented data that is either comma, semi-colon or tab separated. It extends the functionality of the Parser.Tabular with some specific functionality related to a header and record oriented parsing of huge datasets.
We document only the differences with the basic Parser.Tabular.
- See also
- Inherit
Tabular
inherit Parser.Tabular : Tabular