Unable to import a 5GB in .txt file in PowerPivot 2010

99封情书 提交于 2019-12-11 07:17:50

问题


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?


回答1:


According to this Blogpost the Limitations are dependant on your Excel Version

  • so The 32 Bit version can only address 2GB
  • The 64 bit version is limited to 4Gb if its Excel 2010
  • in Excel 2013 that limitation has been removed

so you will need x64 Excel 2013 (and enough RAM) to import a File of that Size into Excel




回答2:


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.



来源:https://stackoverflow.com/questions/21021399/unable-to-import-a-5gb-in-txt-file-in-powerpivot-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!