Mapping Problem
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi All,
I have an xml with the following structure.
<Name>MyName</Name>
<Date>20-08-77</Date>
<Number>1234</Number>
I need the output like this.
<Item>
<Qty>20-08-77</Qty>
<Qty>MyName</Qty>
<Qty>1234</Qty>
<Item/>
I should NOT use orchestration. Using map I need to solve this. Can
anyone knows how to do in map ?
Thanks in advance
Vijay
.
Relevant Pages
- Re: Sql adapter using SP - insert parent-child with a nextnumber-k
... Guess I'll have to switch to an orchestration.... ... how do you assign the whole XML to a variable you can use ... (using map or simple coding in the orchestration) ... simply send the xml to one stored procedure and use OPENXML within SQL ... (microsoft.public.biztalk.general) - Re: Map in XML Receive Pipeline or within orchestration.....
... Map in XML Receive Pipeline or within orchestration..... ... I am using a Orchestration exposed as web service. ... (microsoft.public.biztalk.general) - Re: Test Map and Running map through Orchestration yields differen
... > orchestration to the Port Group I created. ... >>> in the original xml in which the lookup value does not exist. ... >>> Purpose of map two is to take the same original XML file as used in Map ... (microsoft.public.biztalk.general) - RE: Updategram inserts when DB lookup fails
... using a database Error Return functoid in your map is definitely an ... an XML format, then you can use the XML EXPLICIT option(giving you complete ... Orchestration and retry. ... > In my map I do a DB lookup to decide whether I should create an insert or an ... (microsoft.public.biztalk.general) - Re: ANN PivotCube VCL v 7.0
... Map Builder spitted to Map manager and Measure Manager. ... Save/load cube to XML. ... Forecasting can on/off at runtime in dimension drop-down or by program ... Resized area saved and used as boundary for all next grid output. ... (borland.public.delphi.thirdpartytools.general) |
|