Hi All,
I have a string table which has three columns (eg. Fname, Lname, Email). Lets assume this string table has about 10 rows in it. I am looking for a way to traverse through this string table and create a string variable out of it which would look like:
Fname1, Lname1, Email1; Fname2, Lname2, Email2; Fname3, Lname3, Email3;…
and so on.
I would also not mind it if I could instead store these values on a string list such as:
Fname1, Lname1, Email1
Fname2, Lname2, Email2
Fname3, Lname3, Email3
…
Fname10, Lname10, Email10
Any help is greatly appreciated.
Thanks in advance.
pENGUIN
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB