Here’s an example of what I’m talking about. Let’s say I have 3 fixed length records: WMUser, SoccerPlayer, and Student.
The layout for WMUser is:
FirstName (15 chars), MI (1 char), LastName (15 chars), UserId (10 chars), JoinDate (8 chars)
The layout for SoccerPlayer is:
FirstName (15 chars), MI (1 char), LastName (15 chars), Position(10 chars), Team (10 chars), GoalsPerGame (2 chars)
The layout for Student is:
FirstName (15 chars), MI (1 char), LastName (15 chars), Grade (10 chars), GPA (4 characters)
I would like to be able to setup a composite (or something similar) called Person, for example, and define it as:
FirstName (15 chars), MI (1 char), LastName (15 chars)
This way instead of having to add FirstName, MI, and LastName to the structure of each record layout, I would simply add Person.
I played around with it and I’m pretty certain that the current Flat File adapter doesn’t allow for this. That adapter still has a long way to go in my opinion. It’s got a lot of little quirks.
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB