CSV Field
76 sites
Security covered
This module adds a CSV field to Drupal that displays its data in a table format. It can leverage the Datatables plugin or render the CSV directly on the client-side using PapaParse to reduce bandwidth usage.
This module provides a CSV text field that displays data as a table.
The default formatter offers two options:
- Display using the Datatables plugin
- Render CSV as table on the client: This option reduces bandwidth by not sending the table HTML over the network. The CSV data is parsed by the PapaParse library.