1 min read

Schema Mapper

Overview

The Schema Mapper node reshapes incoming data to match an exact output schema. It maps source column names to target column names, ensuring downstream nodes receive data in the expected format.

Category

Query Operatorsqueryoperators/schemaMapper

Settings

SettingTypeDefaultDescription
mappingsArray[]Column mappings: [{ target: 'x', source: 'date_col' }, { target: 'y', source: 'revenue_col' }]

Inputs & Outputs