xlsxb 파일이 있으며 각각 9 개의 시트로 구성된 다양한 수의 시트로 구성됩니다. 모든 시트의 구조가 다릅니다. 특정 명명 된 시트 데이터가 해당 테이블에 저장됩니다. 특정 명명 된 시트는 모든 xlsb 파일에 나타나거나 나타나지 않을 수 있습니다.SSIS 다중 XLSB 파일 시트를 여러 테이블에 맞게 디자인하는 패턴
예 :
1st xlsb file consists of 9 sheets(
sh1,sh2,...,sh9)
2nd xlsb file consists of 6 sheets(sh1,sh5,sh6,sh7,sh9,sh2)
3rd xlsb file consists of 3 sheets(sh5,sh7,sh9)
The idea is all sh9 to be colleted in on table called Table_sh9.All sh5 has to
be in Table_sh5
What SSIS design pattern can be followed for this.
가능한 중복 http://stackoverflow.com/questions/17572766/ssis-looping-through-excel-sheets) –
Pls가 중복되지 않는 질문을 읽습니다. – user1254579
다른 질문에 대한 해결책으로 어떤 부분을 해결할 수 있습니까? –