Dear all:
Any idea how to use SSIS to load a flat file as required below?
input:
0: Banner record,
1: Package record,
5: Member record,
7: Application ID and Image ID record
1: Package record,
5: Member record,
7: Application ID and Image ID record
1: Package record,
5: Member record,
7: Application ID and Image ID record
1: Package record,
5: Member record,
7: Application ID and Image ID record
9: Trailer record
output:
File 1
1: Package record, 0: Banner record, 9: Trailer record
1: Package record, 0: Banner record, 9: Trailer record
1: Package record, 0: Banner record, 9: Trailer record
1: Package record, 0: Banner record, 9: Trailer record
File 2
5: Member record, 0: Banner record, 9: Trailer record
5: Member record, 0: Banner record, 9: Trailer record
5: Member record, 0: Banner record, 9: Trailer record
5: Member record, 0: Banner record, 9: Trailer record
File 3
7: Application ID and Image ID record 0: Banner record, 9: Trailer record
7: Application ID and Image ID record 0: Banner record, 9: Trailer record
7: Application ID and Image ID record 0: Banner record, 9: Trailer record
7: Application ID and Image ID record 0: Banner record, 9: Trailer record
Thanks.