PHP Classes
elePHPant
Icontem

parse csv

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 33       Packages icon Packages (19)   Blogs icon Blogs (2)   Packages icon Forums icon Package forums (11)   Blogs icon Forums icon Blog forums (1)  

      1-10   11-19   Next >  
adv_csv Support forum adv_csv Export and import data in CSV from HTML or MySQL   This class can be used to export and import data in CSV format from HTML tables or MySQL database tables. It can: - Parse an HTML document with tables and generate CSV data from the table cells - Parse an CSV file and ...
csv_bv Support forum csv_bv Retrieve data from CSV files (Ms Excel too)   This class can be used to parse and retrieve data from CSV files either in the standard or MS Excel format. Two methods are provided to either process the file a line at a time or return the whole csv file as an array It can ...
This class can be used to manipulate data in CSV files as if they are arrays. It can parse and write CSV files when a class object is accessed with array manipulation functions. CSV Iterator Support forum csviterator Manipulate data in CSV files as if they are arrays   PHP Programming Innovation award ...
CSV Tokenizer Support forum csvtokenizer Parse CSV files tokening data lines   This class can be used to parse CSV files (Comma-Separated-Value used by Excel and other spreadsheet programs. It works by splitting the data of CSV lines into tokens in a similar way to the PHP strtok function, but all ...
CSV Parse and Read Support forum csvparsenread Parse and display data from a CSV file   This class can be used to parse and display data from a CSV file. It can open and parse the lines of a given CSV file. The data is stored in an array class variable. The class may also display the CSV data in an ...
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 ...
... Support forum adolikecsvreader Parse and retrieve data from CSV files   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 ...
CSV Reader Support forum csvreader Parse a CSV file and its data rows   This class can parse CSV files and extract the data in their rows implementing a Reader interface similar to what exists for Java. It provides a line per line extraction for efficient processing. Features : - Support standard ...
CSV_Parser Support forum csv_parser Parse records of data from CSV files   This class can be used to parse records of data from CSV files. It can open a given CSV file and parse its records to extract the values into arrays. The class supports configurable record line end and value delimiters and ...
phpCSV Support forum phpcsv Read data from CSV files into arrays   This class can be used to read and parse Comma Separated Values (CSV) files. It can parse each CSV file line and store the retrieved data in a bi-dimensional array class variable. The separator character and line length limit values ...

      1-10   11-19   Next >