Originally posted by: tothiz
Hello,
I have to create a transformation which generates a number of MQ messages from one incoming XML file. The file looks like:
<people_list>
<person>
<name>Fred Bloggs</name>
<birthdate>2008-11-27</birthdate>
</person>
<person>
<name>Jessica Shepard</name>
<birthdate>2000-01-27</birthdate>
</person>
</people_list>
I would like to create an MQ message for every "person" record.
I've checked the example included for MQ adapter and that one works quite perfectly with the input file and generates an MQ message for every line in the file.
My problem is that whatever I try, I get only one MQ message containing the first record.
It would be very nice to have some documentation / pointers how is this working.
I'm quite confused about the logic of splitting the incoming data into independent messages.
Thank you in advance,
Kind regards,
Istvan
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange