Drupal is a registered trademark of Dries Buytaert

big_datatable

17 sites Security covered
View on drupal.org

Big Data Table Module

The Big Data Table module provides a powerful and flexible solution for generating HTML tables from uploaded CSV files. This module is designed to handle large datasets efficiently, making it ideal for sites that need to display extensive tabular data.

Features

  • CSV to HTML Conversion: Automatically generate HTML tables from uploaded CSV files.
  • Drush Integration: Use custom Drush commands to generate HTML tables from CSV files via the command line.
  • Admin Interface: Manage and configure your big data tables through an intuitive admin interface.
  • Content Authoring: Easily access the Big Data Table configuration page under Configuration -> Content Authoring.

Setup

  1. Enable the Module: Install and enable the Big Data Table module.
  2. Configuration Page: Visit the Big Data Table configuration page at /admin/config/content/big-data-table to add and manage your big data tables.
  3. Generate HTML: After saving a page, click the "Generate HTML" button to create HTML tables from the uploaded CSV files.
  4. Clear Cache: Clear the cache to apply changes and ensure data consistency.
  5. Drush Command: Alternatively, run the Drush command drush bigdata-generate-html to generate HTML files from CSV files via the command line.

Usage

The Big Data Table module is ideal for websites that need to present extensive datasets in a table format. Whether you're handling product inventories, research data, or other large datasets, this module efficiently transforms CSV data into HTML tables. It pre-generates the HTML during the CSV upload process, allowing Drupal to simply retrieve the prepared content when a user accesses the page, ensuring a smooth and fast experience.

Example CSV File

Here is an example of a CSV file format that works with the Big Data Table module:

First Name,Last Name,Age,Nationality
John,Doe,30,American
Jane,Smith,25,British

Activity

Total releases
1
First release
Feb 2026
Latest release
1 month ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
1.0.3 Stable Feb 3, 2026