Since the forum does not permit LNA files to be posted here, I have written up a Help Center post where you can find the code. Even so, here are the details of that example.
The example uses the Transform node to output multiple records for a single input record. The records could be published to a file using the Output Delimited node, as usual.
The data flow is as follows:
![]()
The data in the Static Data node is:
account:int,state list:string
11111111,"FL, MA, NE"
22222222,"CA, AZ, NV, NM"
In this case the Transform node has been configured with some custom properties (defined in the 'Define' tab of the node's configuration panel) :