Mapping
From: Bob Corcoran (BobCorcoran_at_discussions.microsoft.com)
Date: 11/15/04
- Next message: Ravi Annepu [MSFT]: "RE: SQL failure"
- Previous message: Balaji Thiagarajan: "Re: msdtc problem with win xp sp2, sql adapter and different sql server then local"
- Next in thread: Stephen W. Thomas: "RE: Mapping"
- Reply: Stephen W. Thomas: "RE: Mapping"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Nov 2021 15:12:02 -0800
I'm new to BizTalk and .Net. My task is to transform an XML document based on
an existing schema to a client's positional flat file format. I've imported
the existing schema and I've also created the flat file schema, with a
header, a body (maxOccurs = *), and a trailer. Up until now, I have written
the XSLT by hand for these situations, but I understand BizTalk 2004 will
create the XSLT for me based on the mapping. As such, I have a couple of
general questions based on the following document snippet:
<Healthcare type="dependent">
<StartDate>20041101</StartDate>
</Healthcare>
if type == "dependent"
map StartDate value to field 'startdate1' in flat file
else
map StartDate value to field 'startdate2' in flat file
Would I use a functoid to express this logic?
And, would I use functoids to translate data?
Example: if state = 'California' in source schema, map to flat file as 'CA'
Thanks very much,
-- Bob Corcoran
- Next message: Ravi Annepu [MSFT]: "RE: SQL failure"
- Previous message: Balaji Thiagarajan: "Re: msdtc problem with win xp sp2, sql adapter and different sql server then local"
- Next in thread: Stephen W. Thomas: "RE: Mapping"
- Reply: Stephen W. Thomas: "RE: Mapping"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|