Introduction It is possible to generate documents directly from data processing shapes in Boomi by storing the data in a streaming store and producing the document. In this discussion, we will explore how to achieve this using both Groovy and JavaScript. Groovy code breakdown Let’s explore the code in detail: import java.util.Properties; import java.io.InputStream; import […]