RE: Help On Flatfile Export
- From: michael.elizarov@xxxxxxxxxxxxxxxxxxxx (Michael Elizarov [MSFT])
- Date: Thu, 06 Jul 2006 18:43:08 GMT
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
.
- Prev by Date: RE: BAM Portal Error
- Next by Date: RE: Unable to register BizTalk Server in BAS Site
- Previous by thread: RE: BAM Portal Error
- Next by thread: BAM Star Schema
- Index(es):
Relevant Pages
|