Questions tagged [biztalk-mapper]

A component of Microsoft BizTalk Server allowing the creation of maps (XSLT) in a graphical environment

A component of Microsoft BizTalk Server allowing the creation of maps (XSLT) in a graphical environment

197 questions
0
votes
0 answers

code to get DATE in which output should be generated with the DATE which is exactly 2 days later

if user sends a current date(24-09-2021) as input , but when generating the output the date should that we should get will be 2 days later. which is 26-09-2021. Kindly help how to code in Xslt.
0
votes
1 answer

Biztalk/XSLT - map belonging segments without any correlating

I have the following xml (HL7) message. `One` `Two` `Three` `Four` I need to map these to another XML like…
navi
  • 21
  • 5
0
votes
1 answer

Passing parameters to BizTalk xslt map

Is it possible to pass some parameters to xslt map? Let's say I have the usual btm and xslt maps and going to use it with usual receive/send ports. And I want my xslt map to depend on some external flags - if when map is starting it receives…
0
votes
1 answer

Copy-of to copy root and all children to an xml database column

In BizTalk, I'm trying an XSLT with the pattern below. I have calling a SQL stored procedure, and there are some fields before and after the XML column, but the XML column needs to contain the entire XML from the source document. I have tried two…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
0
votes
1 answer

Biztalk mapping: sequence of maps at one receive port

I'm stuck with the question: is it possible to assign sequence of maps to one receive port? I understand that I can assign a lot of receive locations and inbound maps to one port and BizTalk will choose first acceptable map according to what message…
MichaelMS
  • 11
  • 2
0
votes
1 answer

Map Flatfile schema with repeating nodes input to one XML schema with repeating nodes output BizTalk

I'm trying to map a Flat file schema with multiple lines to an XML file with same multiple lines. Input file example: Username,"Certification ID","Certification Name","Date completed","Date due" n2345678,55,"Name","2 Sep…
Davon
  • 121
  • 2
  • 9
0
votes
1 answer

BizTalk core format: redundant but all according to standard or "keep it simply stupid"?

I'm quite new in BizTalk mapping and my question now is: Let's say that I need to receive UBL document, convert it to my Biztalk Core and send out same UBL. Of course I can perform 1:1 UBL->UBL without core format but I may need this core if I need…
0
votes
0 answers

How to map a 4 loops schema to a 3 loops schema in Biztalk

Now I have a source schema which having 3 loops, "OrderHeader", "OrderLine" and "OrderSchedule", like the following picture. Source schema Now I want to map it to the standard X12 EDI 855 schema And the following picture is mapping The following…
Jack Chang
  • 33
  • 5
0
votes
1 answer

BizTalk mapping: how to extract single row from looping but, possibly, to extend it to few destination fields?

I have the following issue. In BizTalk core (XML) I have a tag which may be replicated few times. It's cardinality is n, let's say - in theory 0 ≤ n ≤ 99. Let's call it Note[n]. In outgoing file (it's flat) I have five (exactly five) appropriate…
0
votes
1 answer

BizTalk mapping: how to extract single row from looping

I have the following issue. In BizTalk core (XML) I have a tag which may be replicated few times. It's cardinality is n, let's say - in theory 0 ≤ n ≤ 99. Let's call it Note[n]. In outgoing file (it's flat) I have five (exactly five) appropriate…
0
votes
0 answers

Is there a way to set value template in BizTalk schema/mapping?

I have the following problem. In BizTalk mapper I'm converting BizTalk core (XML) into flat file. One of fields in this flat file must contain 13 chars in special format - if incoming value is less than 13 chars I should add leading 9 and…
MichaelMS
  • 11
  • 2
0
votes
1 answer

Schema for Flat File

I have to do to a transformation from flatfile to xml but the problem is that the flatfile has multiple child nodes and the child nodes have sub nodes as well. The records are occuring multiple times in the file. I had created a schema but it…
0
votes
1 answer

How to map a delimited string to a loop in BizTalk 2013 R2?

I need to map an incoming EDI document which contains some data in an unusual format. I would like to convert some concatenated data back to the original key-value pairs in the destination document. Source Data The original key-value pairs were…
Jens Ehrich
  • 573
  • 1
  • 6
  • 19
0
votes
2 answers

MSBuild error using Microsoft Azure Logic Apps Enterprise Integration Tools

I have a solution set up consisting of multiple BizTalk btproj projects. I also have the Microsoft Azure Logic Apps Enterprise Integration Tools for Visual Studio 2015 2.0 installed. When I build the solution using Visual Studio 2015, it succeeds.…
RizJa
  • 1,961
  • 1
  • 21
  • 38
0
votes
1 answer

BizTalk Mapping Fields to a Sequence

I am getting my hands on BizTalk and VS. My input schema looks something similar to this. ... ... and the output schema
sabkaraja
  • 342
  • 4
  • 15