In order to generate a csv output like below, what should be the field position and delimiter?
Record1 Record2 Record3
Field 1 Field2 Field3
Record position - 0, delimiter comma
Field position - 9(counting Record1 position), delimiter comma
My output now:
Record1Field1 Record2 Field2 Record3 Field3
Always the field comes in the same line as Record but I need the field value below the corresponding record on the next line. What is the way to do this?
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services