data-table-manager

Manage and query n8n Data Tables from CSV, XLSX, and JSON sources.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Rub-git/n8n-auto --skill data-table-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-table-manager
Source: https://github.com/Rub-git/n8n-auto/tree/main/packages/%40n8n/instance-ai/skills/data-table-manager
Command: npx skills add https://github.com/Rub-git/n8n-auto --skill data-table-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires data-tables, parse-file, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the design, management, and maintenance of n8n Data Tables, streamlining workflows involving data manipulation and integration.

Core Features & Use Cases

  • Data Table Management: Perform operations like listing, showing, creating, inspecting, importing, querying, updating, cleaning up, renaming columns, and deleting data tables.
  • Data Handling: Efficiently manage data from CSV/XLSX/JSON attachments and support workflows that create or write to Data Tables.
  • Use Case: If you need to automate a workflow that involves processing data tables, such as extracting information from a CSV attachment and updating a database, this Skill is essential for ensuring accurate and efficient data handling.

Quick Start

Use the data-table-manager skill to list all available data tables in the current workspace.

Frequently Asked Questions about data-table-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage n8n data tables from CSV or JSON files in an automated workflow?

To automate CSV data table updates in n8n, use this Skill to parse file attachments and execute operations like importing, creating, or querying data tables directly within your workflow sequence.

What operations can I perform on n8n data tables within a workflow?

Supported n8n data table operations include listing, showing, creating, inspecting, importing, querying, updating, cleaning up, renaming columns, and deleting data tables to streamline data manipulation tasks.

Do I need specific n8n tools to create and query data tables from XLSX attachments?

Yes, handling XLSX attachments and querying data tables requires n8n's built-in data-tables and parse-file tools to correctly parse the file data and execute the requested table operations.

What is the best way to extract information from a CSV attachment and write it to an n8n data table?

The best way to extract CSV data and write it to an n8n data table is to use an integrated workflow skill that parses the file and maps the extracted information directly into data table creation or update operations.

Are there limitations when renaming columns or cleaning up data tables in n8n?

Limitations depend on the n8n environment's data-tables and parse-file tool capabilities, as all data table modifications, column renaming, and cleanup operations are executed through these required dependencies.