Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Create a complex flat file schema using the flat file schema wizard › Re: Create a complex flat file schema using the flat file schema wizard
Hi dunawayc,
I’ve created a sample for you, it’s in a zipped file that you can find when you click on my avatar on BizTalkGurus.com, go to the section “My Files” on the right-hand side, click on the link “View All Files”, look for the file named Sample_for_dunawayc.zip and download it to your desktop.
Here are the following 6 artifacts contained in the zipped file:
ComplexFF.txt (a Text file containing your flat file data used to validate the Flat File schema)
ComplexFFschema_output.xml (an XML file that represents your Flat file data in XML format, used as input for the map)
ComplexMapOutput.xml (an XML file that represents the output of the map when testing it)
ComplexFFschema.xsd (the Flat File schema conforming to your flat file data structure)
ComplexXMLschema.xsd (the XML schema representing the targeted XML structure that you want your data to end up in)
ComplexMap.btm (a BizTalk map using the Flat File schema as source, and the XML schema as destination)
I hope this approximates what you are looking for, and feel free to modify this sample. Btw, the schemas and map are constructed using BizTalk 2006 R2 so you can easily migrate them to version 2009, as you wish.
Best,
Daniel.