I’m using Excel 2010, and I'm trying to import a .TXT file of size 5GB
I tried importing the data in Power-pivot but it displayed a error stating limitation of 2GB
Can anyone help me to import this file excel?
I’m using Excel 2010, and I'm trying to import a .TXT file of size 5GB
I tried importing the data in Power-pivot but it displayed a error stating limitation of 2GB
Can anyone help me to import this file excel?
According to this Blogpost the Limitations are dependant on your Excel Version
so you will need x64 Excel 2013 (and enough RAM) to import a File of that Size into Excel
Unfortunatley 32-bit Excel/PowerPivot can only import 2GB files, 64-bit Excel/PowerPivot can import 4GB files.
PowerPivot uses the ACE 14 OLE DB provider to import .txt .csv and .tab text files.
So it appears that text files are subject to the limitations of Access.
However if you use your 5GB file and import text file into a SQL Server table via "import data task"/SSIS package and subsequently load the SQL Server table into Powerpivot. Or you may have to split your large file into two txt files, perhaps one for each year or one for each quarter, not sure what the data look like.
MSDN Blog describing the issue you are having
Description of the Access Connectivity Engine 2010 hotfix package (Ace-x-none.msp): April 24, 2012 This hotfix warns you now when a large file successfully imports but cuts off the data over 4GB.