CSV to Array
Package:
Summary:
Retrieve data from CSV file into an array
Groups:
Author:
Description:
This class can be used to retrieve data from CSV file into an array.
It reads lines from a given CSV file and add array entries to a bi-dimensional array that contains the data of all rows in the CSV file.
It reads lines from a given CSV file and add array entries to a bi-dimensional array that contains the data of all rows in the CSV file.
Comments are closed.