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
1
vote
1 answer

Validate Map option not showing in Visual Studio

I want to validate .btm map and want to generate xslt file but as mentioned in the following article: How to Configure Map Validation and Test Parameters The "Validate Map" option not showing by doing a right click on .btm file as seen in the…
1
vote
1 answer

Looping Functoid with 856 Source

I am trying to map from an 856 to an internal XML schema using the azure logic apps mapper(derived from BizTalk mapper). The internal structure is relatively simple with a header record and a child detail record. I have connected the HLLoop1 node…
Aromanin
  • 33
  • 5
1
vote
2 answers

BizTalk Inbound receive port map is not working

I have created a map that comprised of Custom XSL and I need to use this map to convert the incoming message to desired format. I am using all Pass through pipelines at a moment, for some reasons map is not yielding any results and producing the…
Ramjeet
  • 33
  • 5
1
vote
2 answers

How to add namespace and xsi to the Incoming XML with no namespace

I have requirement where I have to add Namespace and xsi to the element from the source xml with No Namespace. In Source XML I am just getting the Nodes and there is No namespace and another program needs BizTalk to add Namespace and XSI to the XML…
Ramjeet
  • 33
  • 5
1
vote
1 answer

BizTalk - One to many transformation

With BizTalk Maps, there can be one to one transformations. A source schema can be added and a destination schema can be added. How can one to many transformation occur? I want a received message to produce 2 different output messages. I understand…
Dev
  • 119
  • 4
  • 16
1
vote
1 answer

Conditional BizTalk mapping for equivalent nodes

I am trying to do a BizTalk map with some kind of looping over LoopingNode, where if Cond1 is false, create Type1. If Cond1 is true then create Type2. It looks like this: Input: root - LoopingNode - id (string) - Cond1…
Nings
  • 355
  • 1
  • 2
  • 12
1
vote
1 answer

BizTalk file/ message splitting

I have a requirement in which I have to split the file contents based on value of the first column of the comma separated values in the source file. Number of files to be generated in output depends on the number of unique values in the first…
1
vote
0 answers

XSLT namespace issue in BizTalk mapping

Below is my source schema
1
vote
1 answer

BizTalk Map Group Person by Key

My existing map, transforms a person from the source schema to a person from the destination schema using the functoids within the map based on type and a number of other logica. With a recent change from the destination schema I need to amend the…
PuffTMD
  • 63
  • 9
1
vote
1 answer

Biztalk Map three parent nodes to single none repeating node

I have an input schema (input_schema) as such: ... MOBILE|HOME|WORK UK|OVERSEAS 44
PuffTMD
  • 63
  • 9
1
vote
1 answer

Use BizTalk for converting XML to JSON format

We are working on a project that converts/transforms XML files from one format to another. The file and output file is not only different from "elements name" prospective but there are also calculations that involve huge number of DB tables for…
M. Fawad Surosh
  • 450
  • 7
  • 20
1
vote
1 answer

Can you map a fixed value using the standard BizTalk mapper

Normally, I create my BizTalk mappings in the XSL. Today I was playing around with the mapper but I am failing to do the most basic thing and googling it fails me (I find unrelated questions or the basic way to do it in XSL) The question is simple…
Andy
  • 2,248
  • 7
  • 34
  • 57
1
vote
1 answer

BizTalk xml file to a flatfile format

Relatively new to BizTalk; I could use seasoned help. I'm faced with having to try to map a source XML document to a flat-file TAB delimited destination. My source document has some nested nodes that I need to iterate through and translate them…
S.Ruscitto
  • 11
  • 2
1
vote
1 answer

Flat file data mapping to sibling nodes

I have a flat file coming in where each record is a customer and it has a shipto and billto address in that record. The output schema has a customer record with an address child node. I don't know how to map the 2 addresses from the incoming…
aintnoprophet
  • 489
  • 4
  • 8
1
vote
1 answer

Adding a single repeating node to target schema using BizTalk mapper

I'm currently working on a BizTalk project and I encountered a problem which I'm sure should be solvable within a mapping. However, I don't seem to be able to figure out how. Hopefully someone can help me out. The situation is as follows: in both…
HSN
  • 121
  • 6