this is my requirement. please provide steps to achieve this.
- receive a large flat file from a application.
- using tspace to process this large flat file.
- transform this flat file into a XML file.
i have to group the fields based on their values
sample
test1|name|part|partname1
test2|name1|part1|partname1
…
test3|name4|part4|partname3
test5|name3|part3|partname1
now I have to group all partname1 values into one group and create a recordList with remaining fields from that line
how can this be achieve ?
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB