My problem is the structure of the export excel file. ( 1, 2, 3 … line number in the file excel)
First record from table “invoice” (A1, B1, C1, D1), First related records from table “InvoiceItem” (E1, F1, G1)
Empty cels (A2, B2, C2, D2), Second related records from table “invoice item” (E2, F2 , G2)
Empty cels (A3, B3, C3, D3), Third related records from table “invoice item” (E3, F 3, G3)
empty row
Second record from table “invoice” (A5, B5, C5, D5), First related records from table “InvoiceItem” (E5, F5 , G5)
Empty cels (A6, B6, C6, D6), Second related records from table “invoice item” (E6, F6, G6)
Empty cels (A6, B6, C6, D6), Third related records from table “invoice item” (E6, F6, G6)
Empty cels (A6, B6, C6, D6), Fourth related records from table “invoice item” (E6, F6, G6)
empty row
… … ...
empty row
Last record from table “invoice” (Ax, Bx, Cx, Dx), First related records from table “InvoiceItem” (Ex, Fx , Gx)
Empty cels (Axx, Bxx, Cxx, Dxx), Second related records from table “invoice item” (Exx, Fxx , Gxx)
empty row
I want to create an SSISFlow Task to export SQL tables to excel.Does anyone know of a good example ?