RE: Help On Flatfile Export

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Sathish,

I do no think that you can do this with the flat file
assembler/disassembler alone. You will have to create FF schema that will
split your files in records - one record per line. Then you will have to
create an orchestration that will have to assemble your records together.
Assembler/disassembler does not have state, that is why you will have to
use orchestration.

-- Michael

--------------------
Can any one help me to get the Flat file for my requirements.

Input Format
-------------------

MemberID MemberName DependentID DependentName DependentDOB

12345 Mohan 55555 Chandru 01/01/2000
12345 Mohan 44444 Bandruu 01/01/2005
12345 Mohan 33333 Vendruu 01/01/2003
67890 Srinath 11111 Viji 01/01/2002
67890 Srinath 22222 Kalai 01/01/2002


Now I want to generate the flat file with the following format. (i.e)


MemberID MemberName followed by the Dependent Information.

The output would be two rows in a Flat File for the above input.

Thanks in advance.
Sathish



.



Relevant Pages

  • Help On Flatfile Export
    ... Input Format ... MemberID MemberName DependentID DependentName DependentDOB ... Now I want to generate the flat file with the following format. ...
    (microsoft.public.biztalk.server)
  • Re: port binding in flat file receive sample
    ... You can treat the flat file assembler/disassembler the same way you would ... format for the disassembler is flat file, and the destination format for the ... > 1)i did not undestand how output port got binded to the orchestration. ...
    (microsoft.public.biztalk.general)
  • Re: The flat file schema and wizard, what is that?
    ... A flat file schema is just an Xml schema with special annotations that allow ... the FF Assembler/Disassembler to parse and serialise the flat file. ... The flat file wizard is a tool to assist in the creation of a flat file ...
    (microsoft.public.biztalk.general)