What problem does it solve?
This Skill helps you design Celigo export (data source) configurations that reliably pull records, perform lookup enrichment, and handle common execution details like resourcePath extraction, filtering, and delta/incremental sync.
Core Features & Use Cases
- Configure export behavior for both source exports and lookup exports (
isLookup: true), including one-to-many lookup patterns.
- Choose the right adaptor type and category (listeners, file transfers, record-based exports) using an adaptor decision matrix.
- Implement export execution fundamentals: request/query/file read, response parsing via
resourcePath, optional Transformation 2.0, output filters, and preSavePage hooks.
- Handle operational readiness with schema-reading guidance and a checklist for correctness (adaptorType casing, required fields, delta rules, file parsing config, and common gotchas).
Quick Start
Create a new Celigo export by first selecting the correct adaptor type (HTTPExport, NetSuiteExport, FTPExport, etc.), then set the minimal required fields (name, adaptorType, and connection/adapter config), and finally confirm the record extraction resourcePath and any delta/incremental settings match your source responses.