 |
| File |
Role |
Description |
csv.png |
Screen |
Screenshot of an example at work |
|
This class can be used to import data from CSV (Comma Separated Value) files into a given MySQL database table.
It parses a given CSV file to extract the field names. Then it imports the data into the MySQL database using a LOAD DATA INFILE query to import the data in a much faster way than using SQL INSERT queries.
If necessary, the class can also create the database table using the CSV file headers to retrieve the table field names.
UPDATE: From now you can set the encoding table which is used to parse the file.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (70.6%) |
Sufficient (72.1%) |
- |
Sufficient (72.1%) |
- |
- |
Not sure (49.7%) |
1342 |
| Month: |
There are not enough user ratings to display for this class. |

If you know an application of this package, send a message to the
author to add a link here.