on 2005 Nov 22 8:25 AM
Hi All,
I have posted this question earlier too. But did not get a proper answer.
I am using JMS adapter to fetch data from MQ.
My input data is: AA123BB45678AA345BB78564.
It is just reading the first segment i.e.AA123 and not reading the remaining.
How can I configure my JMS adapter to pick this pattern of data? It works fine if I have line break after each record that is if the input is as below.
AA123
BB45678
AA345
BB78564
In the above there is a Line break after each segment. So JMS adapter picks it fine.
I have also tried using xml.A.endSeparator equals to blank in the module configuration. But it does not work either.
Can anyone throw some light to this?
Thanks
Abinash
Ok If I had to configure the sender File adapter to read the above mentioned input data how can I do it.
AA123BB45678AA345BB78564.
I don't have any line breaks between segments.
I want it to read it as following
<Src_MT>
<SRC>
<A>
<A1>AA</A1>
<A2>123</A2>
</A>
<B>
<B1>BB</B1>
<B2>45678</B2>
</B>
</SRC>
.
.
.
So on.
What value should I have in xml.A.endSepartor and xml.endSeparator to make the above case work?
Thanks
Abinash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.