S) How to add trailer record at every Third record of a file having 10 records? #scenario
In output index of reformat use logic if next in sequence % 3 == 0 then output add trailer from in1. you can use normalize generate length as 2 when next in sequence %3 ==0.