We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's input file (sorry, I had to scramble the data, however the error message is pretty much the same): https://gist.github.com/vlsi/34f56202bc8aaf665581
In general it looks like autostart does not work. Altering sep and/or autostart parameters does not help.
autostart
sep
Can you please provide a way to tell fread "I promise this file is comma delimited and doublequote-quoted"?
fread
> fread("data_table_quoted_multiline_fields.csv", autostart=1) Error in fread("data_table_quoted_multiline_fields.csv", autostart = 1) : Expected sep (',') but new line, EOF (or other non printing character) ends field 1 on line 3 when detecting types: ETGIOHCFFB MCTAK/EVPN LFRHC
The text was updated successfully, but these errors were encountered:
e15facd
Thanks for the test file on this one. Was really useful and is now included in the test suite.
Sorry, something went wrong.
I've just run into another case of the similar issue and the update of data.table solves it. Thanks.
mattdowle
No branches or pull requests
Here's input file (sorry, I had to scramble the data, however the error message is pretty much the same): https://gist.github.com/vlsi/34f56202bc8aaf665581
In general it looks like
autostart
does not work.Altering
sep
and/orautostart
parameters does not help.Can you please provide a way to tell
fread
"I promise this file is comma delimited and doublequote-quoted"?The text was updated successfully, but these errors were encountered: