This project is not covered by Drupal’s security advisory policy.

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.

Project information

Releases