Hi, I have to import data from a excel file in sql server table using ssis. Data is stored in the pivot table in the summarised format.
To import , I have to first remove all filters and double click the 'total fields(at the end)' to generate the detailed data having all rows and columns.
When I double click the summaries(numerical field) a separate sheet get created with detailed data having all rows and columns.
Then it is easier to load that data into sql tables.
Can someone , please suggest how can I automate this process of first converting the pivot table into detailed data in SSIS.
Thanks in advance.