Posted: Tue Sep 30, 2003 5:58 am Post subject: TDS TDS TDS
Newbie
Joined: 30 Sep 2003 Posts: 3
hello folks
I have a Input TDS structure as follows. Seemed like an achievable task using TDS but some how i am not able to parse it. I am lookin for tips and suggestions from ur previous experience.
Here is the TDS
Quote:
Header
Body (below are repeatable sub- compound elements)
- Data1
- Data2
- Data3
- Data4
Footer
Header
Body (below are repeatable sub- compound elements)
- Data1
- Data2
- Data3
- Data4 - Data1
- Data2
- Data3
- Data4
Footer
Header
Body (below are repeatable sub- compound elements)
- Data1
- Data2
- Data3
- Data4
Footer
....so on
Header starts with H
Footer starts with T
Data1 starts with 1
Data1 starts with 2
Data1 starts with 3
Data1 starts with 4
All records are fixed length of 100.
Example data is : (Actual record length is 100 for every line)
Joined: 28 Feb 2002 Posts: 63 Location: Sao Paulo - Brazil
Yes, this is achievable in TDS/MQSI _________________ Filipe Cotait
IBM Certified System Administrator - WebSphere MQ
IBM Certified Specialist - MQSeries, WebSphere MQ Integrator
I am wondering if any one in this group had a chance to design this type of TDS format in the past.
Yes, I'm sure someone has.
navneet wrote:
Seemed like an achievable task using TDS but some how i am not able to parse it
What errors are you getting that make you think you can't parse it? What have you tried?
Your model looks very straightforward to model with TDS - create a compound type that models each header and record and trailer. Then create a compound type that contains each header/records/trailer section. Then create a compound type that contains a repeating set of header/records/trailer groups.
If you have specific questions, you should ask them. _________________ I am *not* the model of the modern major general.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum