tidyverse / vroom

Fast reading of delimited files
https://vroom.r-lib.org
Other
622 stars 60 forks source link

Error while reading zip file #475

Closed Haridut closed 1 year ago

Haridut commented 1 year ago

I'm trying to read in a huge zip file and I have tried both in mac and windows. Below is the code and error. Can you please let me know what this means and how to fix it. Zip file has a single file by the way. More details: When I try to read in command line I do get this prompt too: [ERRO] parse error on line 1, column 15: bare " in non-quoted-field

Screen Shot 2022-10-27 at 11 50 43 AM
hadley commented 1 year ago

I would suggest you manually unzip the file. That will at least eliminating a zipping problem from the equation.