Flat file to a record

Hi,

I was wondering what services I could use in order to take a “pipe”( | ) delimited file and turn it into a record that can get mapped to a rosettanet PIP. I have used the get file, byteToString, Tokenize, and stringListToRecordList. This has been moderately successful because it did get the data out of the file. It was not able to put the file into a record structure for me. How would I be able to do this? Would I need to loop over the file somehow? When I tokenize the file, it puts each item into an array. So instead of having 10 records with 10 fields each, I have 100 items in the StringList. How can I turn this into a record using the public services provided by webMethods.

I am not familiar with Java, therefore I would not be able to create my own service to do this. Thanks for any help you can give me.

  • John Oggenfuss