Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

  View Other BizTalk Posts   Ask New Question  Ask New Question With Power Editor

Debatching a single file to multiple messages
Pavana Kumari posted at Wednesday, November 04, 2009 3:09 AM

Hi,
 
     I have a scenario where i have to debatch the multiple sets of records into the single sets of records.
The input file is like this:
 
Record1
Record2
Record3
Record3
Record4
Record5
Record4
Record5
Record1
Record2
Record3
Record3
Record4
Record5
Record4
Record5
Record4
Record5
Record4
Record5
Record4
Record5
Record1
Record2
Record3
Record3
Record4
Record5
Record4
Record5
Record4
Record5
Record4
Record5
 
I sould get the output as 3 different files as:
File1:
Record1
Record2
Record3
Record3
Record4
Record5
Record4
Record5
 
 
File2:
Record1
Record2
Record3
Record3
Record4
Record5
Record4
Record5
Record4
Record5
Record4
Record5
Record4
Record5
 
File3:
Record1
Record2
Record3
Record3
Record4
Record5
Record4
Record5
Record4
Record5
Record4
Record5
 
For now, I have a FlatFile Schema that validates the Incoming file structure.
As of my understanding from the blogs, I think that there should be other schema defined to address as the Document schema in the Rcv. Pipeline where the debatching happens and multiple files get generated.
I have to apply the map on this independent schema to transform it into the 810 EDI message.
 
Please help me on this!
 
Thanks,
Pavana
Reply    Reply Using Power Editor
  Rank Winnings Points
November 45 $0.00 3
October 0 $0.00 0