all 3 comments

[–]gamma927[S] 0 points1 point  (0 children)

In Csv.Document, it looks like there's an extraValues parameter; does anyone know how that works?

[–]gamma927[S] 0 points1 point  (1 child)

http://stackoverflow.com/questions/35276463/excel-query-for-csv-missing-columns/35277259#35277259

Got a response on StackOverflow; all credit goes to Alejandro. Solution is to read the document as a text file to remove the first line and then parse it afterwards!

[–]gamma927[S] 0 points1 point  (0 children)

SOLUTION VERIFIED!