InformaticaUtilGo

A Go library to assist developers with Informatica. Has the ability to parse, evaluate, and validate Informatica expressions.

https://github.com/michaelknowles/InformaticaUtilGo

Informatica PowerCenter is a system that allows developers to create and run Extract Transform Load (ETL) jobs in a low-code, integrated environment. Basically, developers create workflows that Extract some data from one source, Transform it, and Load it to some target. I call it low-code because developers create these workflows in a Visual Programming Language, with the ability to drill down into elements and write custom code using Informatica’s Transformation Language.

There are several problem areas when working with Informatica that this library tries to tackle, as it’s meant to be a general purpose library. More detailed information on each of these is linked below as I work on them. This library is a constant work in progress.

InformaticaUtilGo - Expressions

A Go library to assist developers with Informatica. Has the ability to parse, evaluate, and validate Informatica expressions.