将 CSV 导入 PowerPivot 时跳过行

Skip rows when importing CSV to PowerPivot

我经常需要提取一些 CSV 报告并使用 powerpivot 对其进行分析。 "issue" 是工具吐出这样的报告:

Report Name Keywords (Group contains 778600, Campaign contains us-en)                       
Client  XYZ                     
Scope   Entire Account                      
Date Range  3/12/2015                       
Filters Campaign contains us-en; Group contains 778600; Clicks > 0; Reduced Dimension                       

Keyword Account Publisher   Campaign    Group   Search Bid $    Status  Destination URL
Total for all 2 keywords                            

Keyword Account Publisher   Campaign    Group   Search Bid $    Status  Destination URL
bla bla bla Account Name    Publisher Name  Campaign Name   Group Name  1   Active  URL

所以我总是需要做的是在导入之前删除 CSV 的前 9 行。通常我可以在 Notepad++ 上执行此操作,但有时 CSV 文件太大,我实际上无法真正打开它进行编辑。到目前为止,我正在使用一个名为 010 Editor 的程序,但我只剩下几天了。

有没有简单的方法可以在导入时跳过这些行?

非常感谢

您可以使用 Power Query (free to download) to load data to Power Pivot. It allows you to skip the first x rows and filter out rows with blank/null values. Once you are able to get this to work once, you can copy the M code to use it on other CSVs. Or you can automate it as a function 并为其提供文件位置。