When and why should we use transformers and flow services? How are they different from each other?

When we are performing only one data operation we can go ahead with directly invoking the corresponding flow service. If we want to perform the multiple operations in a single step, it is good to go with transformers in a map step. This increases the memory usage and readability.

Mapping is the process of performing transformations to resolve data representation differences between services or document formats. By linking variables to each other on the Pipeline tab, you can accomplish name transformations and structural transformations. However, to perform value transformations you must execute some code or logic.

Developer provides two ways for you to invoke services: You can insert INVOKE steps or you can insert transformers onto the Pipeline tab. Transformers are the services you use to accomplish value transformations on the Pipeline tab. 

No comments:

Post a Comment