Format CSV
Categories
Component ID
1185828
Component name
Format CSV
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
1711
Component created
Component changed
Component body
Format CSV is a module targetted at Drupal developers, allowing to format standard table array as CSV, mimicking Drupal's built-in theme_table() function behavior.
It accepts both simple arrays of cell values and associative arrays with "data" keys, strips all HTML tags and ignores all HTML attributes, returning full content of CSV file with default or user-defined CSV field delimiters and enclosures.
