Hi Page/Sathya,
I’m a webMethods developer. I am having problem in creating a schema for the following flat file.
The inbound flat file will be like similar to this
A123344444444444
B8905690846890845
Caaaaaaaaaaaaaaaa
Bsdfsdgdfgdfhgfhgfhgfhgf
Bjsflgnldfnghndfjklnhklgfhkl
Clsnkglnslkgndfnglkndfklgnkldfng
Ddflgnldfngklndfklngkl
Constraints:
1.Each record is identified by the First character.
2.The B and C records can occur any number of times and in any order.
3.A is header and D is trailer occur only once.
We tried creating each record with name as A/B/C/D and defined the schema with record parser as ‘\n’
After parsing we are getting the records in thefollowing order.
A
B
C
–B –> coming as child to C
–B –> coming as child to C
–C –> coming as child to C
D
Our requirement is
A
B
C
B
B
C
D
In the WMUSERS.com we have seen simliar solution given by you. We are not getting the clear picture of the solution mentioned there.
Your help will be greatly appreciated. please send us if there are any examples to achieve this ASAP
Thanks,
Arjun.
#webMethods-Architecture#webMethods-General#Integration-Server-and-ESB#webMethods