Review Import and convert for wizard flow and how to read conversion warnings at scale.
XML and export formats
PowerCenter export
Export mappings, mapplets, sessions, and workflows as XML using repository manager or
pmrep/repoutil workflows your organization approves. Include shortcut dependencies or resolve them before export.IICS export
For IICS, export tasks, mappings, and taskflows using the Asset Management or CLI patterns Informatica documents for your edition. Bundle dependent connections and parameter files as instructed by Planasonix.
Transformation mapping
| Informatica construct | Planasonix direction |
|---|---|
| Source Qualifier / Application Source Qualifier | SQL source or API source with inferred filters |
| Expression, Filter, Router | Column transforms, predicates, and branches |
| Joiner, Union, Lookup | Join, union, and lookup-style transforms (verify caching semantics) |
| Aggregator, Sorter | Aggregation and sort nodes |
| Update Strategy | Merge/upsert or delete handling—validate warehouse-specific behavior |
Unsupported transforms
Unsupported transforms
Custom transformations, External Procedure, and Java transforms become manual tasks in the conversion report. Replace them with SQL, Python, or supported native nodes.
Hierarchical and unstructured data
Hierarchical and unstructured data
XML, JSON, or Unstructured readers may map partially. Expect to rebuild parsers using Planasonix parser nodes or external staging.
Session and workflow conversion
PowerCenter sessions and workflows provide parallelism, dependencies, and recovery configuration.- Session pre-SQL and post-SQL may map to pre/post hooks or explicit SQL nodes—confirm execution order.
- Workflow links and conditions map to control-flow edges; time-based waits become schedule or delay patterns.
- Checkpoints and recovery semantics differ from Planasonix orchestration—revalidate restart behavior for long-running loads.
Connections and loaders
Rebind Informatica connections to Planasonix connections. Native bulk loaders (Teradata TPT, Snowflake COPY patterns, etc.) may translate to destination node options or require you to pick an equivalent load strategy.Row-based commit intervals and transaction boundaries in Informatica do not always have direct analogs. Test failure mid-batch behavior explicitly.
Related topics
Joins and unions
Rebuild and validate join logic after import.
Orchestration overview
Schedules, triggers, and chaining compared to workflows.