
Data Manager is a program that allows you to manage your data.
- It allows you to construct a conceptual design on how you are going to process your data and transform it into another form.
- You form your design by adding functional nodes and linking them such that the links form the data flow through nodes on a graphical work area.
- Each node performs a single function on your data, once it completes it passes your data to the node it is linked to and the process continues until the data encounters a output node.
- You can form a simple design or a complicated design with hundreds of nodes.