We have a requirement to create flat file as per below layout
a1;a2;a3 are fields of a record which repeats unlimited times in the same row and delimiter is “;”.
a1;a2;a3;a1;a2;a3;a1;a2;a3;………….; –> Layout – a1;a2;a3 repeats unlimited.
11:12;13;21;22;23;31;32;33;41;42;43; –> Sample data
I could able to repeat above structure line by line (as per mark suggestion).
But our requirement is to repeat record structure in the same row.
Any suggestions?
Regards,
Shiv
#edi#webMethods#Integration-Server-and-ESB