PHP Classes

Library for CSV parsing

Recommend this page to a friend!

      PHP Classes blog  >  Quickly importing dat...  >  All threads  >  Library for CSV parsing  >  (Un) Subscribe thread alerts  
Subject:Library for CSV parsing
Summary:Use parsecsv-for-php instead of fgetcsv()
Messages:1
Author:Thomas Off
Date:2009-02-26 08:29:29
Update:2009-02-26 08:38:01
 

  1. Library for CSV parsing   Reply   Report abuse  
Picture of Thomas Off Thomas Off - 2009-02-26 08:38:01
Instead of using the fgetcsv() function I use the parsecsv-for-php (http://code.google.com/p/parsecsv-for-php/) library which also handles encoding and other stuff and also can be used to create CSV files.