Format CSV

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.

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.