Hi All,
I'm very new to BizTalk and want to produce XML Schema for a flat file that looks like:Tag+CategoryName+Code+CategoryId+ParentcategoryID
Input File is :
Category+Cname1+00.00+Cname1Id+CName1Id
Category+Cname2++Cname2Id+CName1Id
Category+Cname3++Cname3Id+CName1Id
My problem is that:I want that child code should be parentcode+.00 or parentcode+.01 etc…with each chilren category found
like for above file
Cname1 code is 00.00
i want Cname2 code = 00.00.01
likewise Cname3 code should be = 00.00.02 (as its the second category of same parent).
Can i do this by BizTalk mapping.