This class can be used to load and merge the data of two CSV files.
It can load a CSV file and return an array with the loaded data.
The class can also take the arrays of data of two previously load and link them in order to merge the rows that have the same value of two given columns of each of the CSV files.
It can also add, change and delete rows of a CSV file, as well search for values in its rows.
The comments in the code are in German.
February 2010
Number 5
Prize: One downloadable copy of Komodo IDE |
Applications often use CSV files to store and retrieve data, as if they are database tables.
Sometimes it is necessary to combine data from multiple CSV files.
The class provides a solution to link data of two CSV files by merging the data of their rows, in a similar way to database table joins.
Manuel Lemos |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|