I have google analytics xlsx files downloaded in a local folder and trying to import it to sql using ssis in vs 2013.
I am using OLE DB source with connection manager settings:- Provider as office 12.0 file name - file in local path advanced extended properties - Excel 12.0 Delay validation- true for data flow task etc... installed Microsoft Access Database Engine 2010 Redistributable
google https://dataintegrity.wordpress.com/2009/10/16/xlsx/
But always getting error as below:-
TITLE: Microsoft Visual Studio
Exception from HRESULT: 0xC02020E8 Error at Data Flow Task [OLE DB Source [2]]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
Error at Data Flow Task [OLE DB Source [2]]: Opening a rowset for "Dataset1$" failed. Check that the object exists in the database.
What other settings i am missing? Please help.