Transformations -- CSV

jpetso - March 20, 2009 - 16:42

A set of operations for the Transformations module that deal with reading and writing CSV data.

This module makes use of the standards-compliant CSV parser at http://launchpad.net/php-csv to parse its input data. That's generally good for memory usage or importing proper CSV files (which I think includes Excel exports), but might cause slight incompatibilities to PHP's standard CSV functions which do non-standard stuff like escaping quotes instead of doubling them.

Releases

Official releasesDateSizeLinksStatus
6.x-1.0-beta12009-Jul-1511.18 KBRecommended for 6.xThis is currently the recommended release for 6.x.


 
 

Drupal is a registered trademark of Dries Buytaert.