Skip to main content
The Insert To Children command (Command Type: 1013) maps specific parent attributes to child objects using JSONPath queries and a key mapping configuration.

Overview

The Insert To Children command provides functionality for:
  • Selecting parent objects with a JSONPath query
  • Selecting child objects within each parent with a JSONPath query
  • Copying specific parent attributes into each child object using mapping rules

Command Type

Command Type ID: 1013

Parameters

KeyMapping

Usage Examples

Insert Event Fields into Markets

Insert League Info into Fixtures

Common Use Cases

  • Hierarchy Flattening: Propagate parent identifiers into nested children
  • Data Enrichment: Attach parent context to child records for downstream processing
  • Denormalization: Combine parent and child fields into flat records for sink commands