ADO-like CSV Reader
Package:
Summary:
Parse and retrieve data from CSV files
Groups:
Author:
Description:
This class can be used to parse and retrieve data from CSV files.
It can parse CSV files and extract the data of its rows into class associative array variables.
The class can handle the first row of the CSV file as the headers row that define the names of the columns.
The field and row separator characters are configurable.
It can parse CSV files and extract the data of its rows into class associative array variables.
The class can handle the first row of the CSV file as the headers row that define the names of the columns.
The field and row separator characters are configurable.
Comments are closed.