Thanks Siva for the reply. I found another way of doing it after some looking around.
We can create 2 schemas:
(1) Header – This will have one string element type, “Name Age Country”. (This is the column header)
(2) Body – This will be the actual data records. This will have 3 elements, the name, age & the country as repeating records.
In the pipeline disassembler, there is a property where we can decide whether we want to include the header info or not in the final message. We can just disable this.
Please let me know if this sounds correct.