Transformations -- CSV

Component ID

408574

Component name

Transformations -- CSV

Component type

module

Component security advisory coverage

not-covered

Downloads

1699

Component created

Component changed

Component body

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.