What problem does it solve?
This Skill helps you write and troubleshoot Celigo integration mappings so your data transforms correctly between systems instead of failing silently or producing incorrect field shapes.
Core Features & Use Cases
- Mapper 2.0 (imports): Build recursive
mappings[] for nested objects/arrays using correct generate, dataType, and extract rules.
- Transformation 2.0 (exports): Reshape export payloads with rule-based
transform configurations in create/modify modes.
- Lookups + response mapping: Apply value translation via
lookups[] and carry data back into records using response mapping syntax for flow pageProcessors[].
- Version-aware guidance: Use Mapper 2.0 syntax for
mappings[] and Mapper 1.0 syntax for mapping.fields[]/mapping.lists[] (NetSuite/Salesforce) without mixing them.
- Validation guardrails: Includes practical checklists to avoid common configuration errors such as dot notation in
generate, missing status: "Active", missing buildArrayHelper, and incorrect array path handling.
Quick Start
Ask an AI to convert your desired source-to-target field structure into the correct Mapper 2.0 mappings[] JSON using JSONPath extracts, including lookups and array buildArrayHelper where needed.