Modules are the building blocks of a Loadit package. There are five types of modules as follows:
-
Data Sources
-
Post Processing
-
Pre Processing
Post Processing modules execute after the main body of a Loadit package runs. They can be used to run supplementary tasks (e.g. send email, process OLAP cubes, run batch file) or perform cleanup tasks (e.g. run query, move file)
-
Transformations