| morgana@nospam.amerinetcentral.org 2004-11-05, 5:48 pm |
| I'm convering maps from biztalk 2002 to biztalk 2004.
These maps convert a flat positional file into an xml file, among
other things. Some fields in the flat file ar filled with spaces. BT
2002 handled these fields by mapping them to a blank attribute, but
the attribute was there. In BT2004 It does nothing, and that records
is missing the attribute completly.
This example is just an small sample of the flat file, and the xml
record.
Input file
41254 1
the format is
areacode 3 charaters
county 2 characters
state 2 characters
amd type 1 character
This is what I would get in BT2002:
AREA_CODE="412" ORG_CNTY="54" STATE="" AMD_TYPE="1"
In BT2004:
AREA_CODE="412" ORG_CNTY="54" AMD_TYPE="1"
if you notice the state field is missing in the BT2004 record
Has anybody run into this, and is there a way around it, besides
putting funtoids everywhere.
Thanks
|