Skip to main content
For transpiling Informatica workflows to Prophecy pipelines, Transpiler first reads the uploaded files and then internally maps the Informatica components with Prophecy-supported gems to create the visual pipeline and open-source Spark code. These Informatica components are core part of the workflow as they perform data operations like reading data from source table, performing transformations and writing data into the destination table. Below is a list of all the Informatica components that are supported by Prophecy and the corresponding Prophecy gems:
Informatica ComponentEquivalent Prophecy Gems
AggregatorAggregate
TeradataSource/Target
OracleSource/Target
Flat FileSource/Target
Custom TransformationScript
ExpressionReformat
External ProcedureScript
FilterFilter
Input TransformationReformat
JoinerJoin
Lookup ProcedureJoin
MapletSubgraph
Output TransformationReformat
RankWindow Function
RouterFilter
Schema TransformSchema Transform
SequenceSchema Transform
SortOrder By
Source QualifierReformat
Stored ProcedureScript
Transaction ControlTarget
Update StrategyTarget
If you are looking for a particular component and don’t see it on this list, fear not! Prophecy is extensible to allow inclusion of custom abilities way beyond custom scripting. Read this to learn more.