Review Import and convert for wizard flow and how to read conversion warnings at scale.
XML and export formats
1
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.2
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.
3
Upload and select scope
Upload the archive to Planasonix, choose PowerCenter or IICS profile, and limit scope to a folder or project to keep reports readable.
Transformation mapping
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.