
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
n8n-nodes-csv-json-htmltable-converter
Advanced tools
A comprehensive n8n node for seamless bidirectional conversion, replacement, and styling of HTML tables, CSV, and JSON formats. Features advanced table selection (including Table With Caption, Table Under Heading, Last Table), Style and Replace operations
This is an n8n community node that provides seamless bidirectional conversion between HTML tables, CSV, and JSON formats, with advanced table selection, replacement, and styling features.
Follow these instructions to install this node for your n8n instance:
npm install n8n-nodes-csv-json-htmltable-converter
Transform data between HTML, CSV, and JSON formats. Use advanced table selection presets or custom selectors for precise extraction.
Replace an existing HTML table in a document with new content (HTML, CSV, or JSON). Supports all table selection presets and advanced selectors.
Apply custom styles to HTML tables, including CSS classes, inline styles, zebra striping, border styles, caption styling, and more. Ideal for preparing tables for display, reports, or emails.
<table>
<table>
<tr>
(optional)<td>/<th>
(optional)<table>
(e.g. solid, dashed, none)<table>
(e.g. 1px, 2px)<caption>
(optional)<caption>
(top or bottom)styledHtml
)Input HTML:
<table>
<caption>Monthly Sales</caption>
<tr><th>Month</th><th>Sales</th></tr>
<tr><td>January</td><td>100</td></tr>
<tr><td>February</td><td>120</td></tr>
</table>
Style Operation Parameters:
my-table
width: 100%; border-collapse: collapse;
font-size: 16px;
padding: 8px;
true
#f2f2f2
#ffffff
solid
1px
font-weight: bold; color: #333;
top
Output HTML:
<table class="my-table" style="width: 100%; border-collapse: collapse; border-style: solid; border-width: 1px;">
<caption style="font-weight: bold; color: #333; caption-side: top;">Monthly Sales</caption>
<tr style="font-size: 16px;">
<th style="padding: 8px; border-style: solid; border-width: 1px;">Month</th>
<th style="padding: 8px; border-style: solid; border-width: 1px;">Sales</th>
</tr>
<tr style="font-size: 16px; background-color: #f2f2f2;">
<td style="padding: 8px; border-style: solid; border-width: 1px;">January</td>
<td style="padding: 8px; border-style: solid; border-width: 1px;">100</td>
</tr>
<tr style="font-size: 16px; background-color: #ffffff;">
<td style="padding: 8px; border-style: solid; border-width: 1px;">February</td>
<td style="padding: 8px; border-style: solid; border-width: 1px;">120</td>
</tr>
</table>
convertedData
), except for n8nObject output, which is always in the json
property.NODE_ENV
to development
to enable detailed logs.n8n is a fair-code licensed workflow automation platform.
[1.2.3] - 2025-05-29
FAQs
A comprehensive n8n node for seamless bidirectional conversion, replacement, and styling of HTML tables, CSV, and JSON formats. Features advanced table selection (including Table With Caption, Table Under Heading, Last Table), Style and Replace operations
The npm package n8n-nodes-csv-json-htmltable-converter receives a total of 7 weekly downloads. As such, n8n-nodes-csv-json-htmltable-converter popularity was classified as not popular.
We found that n8n-nodes-csv-json-htmltable-converter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.