Hub
Pricing About
NodeNode / Manipulator

JSON Row Combiner

Structured DataJSON
Drag & drop
Like

All of the values in the selected JSON column are combined into a single JSON structure. Depending on the Place resulting JSON setting, the combined rows are either placed Under root key (as the value of that key) or At top level in the output. You can use Additional properties to add custom key/value pairs next to the combined JSON. The Combine rows as option controls whether the rows are collected into an Array or into an Object with key (using a key column to name each entry). For example, when combining rows as an array under a root key with additional properties, the output looks like this:

{
  "JSON key": [
    { "json": "from Row1" },
    { "json": "from Row2" }
  ],
  "custom key": "custom value"
}
All columns and rows will be removed or collapsed to a single cell.

Node details

Input ports
  1. Type: Table
    Table with JSON
    Table with a JSON column
Output ports
  1. Type: Table
    JSON value
    A single JSON value

Extension

The JSON Row Combiner node is part of this extension:

  1. Go to item

Related workflows & nodes

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2026 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits