Row multiplication
This article contains example code that shows the usage of the RowMultiplication component.
This example shows how RowMultiplication can be used to create 3 output records from one incoming record.
Generating new output with different data type#
This example shows how incoming data is not only used to create 3 output rows, but also to convert the input type into a different output type.
Normalizing document data#
Consider the following json document, which contains 2 invoices. The first invoice contains 3 items, the second invoice 2 items.
If we want to extract the items and the header data for each invoice into separate entities, we can use the RowMulitplication
to achieve this.