Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Regarding EDI Base Adapter › Re: Regarding EDI Base Adapter
[quote user="anandachary"]Thanks again.
Can u give me some information about 270/271 file format in Biztalk 2006 R2.
I understand that 270 file can directly receive in biztalk 2006 R2. but is 270/271 file is the part of HIPPA 4010A1.
Pleaase let me know as soon as possible
thank,
anand
[/quote]
They are positional flat file conforming to a US standard called "X12". There are rules for the files and they should be validated against these rules for file you receive and files you send should also be validated by the rules.
The rules are defined in an XML file called a "schema" (in R2 – in schema, in covast, they are in a different place). When Biztalk receives the X12 positional flat file, it converts it to XML in a process called "parsing". This happens in the pipeline component.
Then there is XML message in the message box and your orchestration subscribes to it. In your orchestration you put a map which converts from 270 xml to 271 xml, also retreiving the enrollment status from the backend database.
The output of the map is 271xml. It is then converted in the send pipeline back to X12 positional flat file.
-wa