Skip to content
New issue

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

fread improperly detects sep within quoted fields #2667

Open
st-pasha opened this issue Mar 9, 2018 · 0 comments
Open

fread improperly detects sep within quoted fields #2667

st-pasha opened this issue Mar 9, 2018 · 0 comments

Comments

@st-pasha
Copy link
Contributor

st-pasha commented Mar 9, 2018

> fread('"abc"\n"1,000"\n"2,000"\n')
   V1 "abc"
1: "1  000"
2: "2  000"
Warning message:
In fread("\"abc\"\n\"1,000\"\n\"2,000\"\n") :
  Detected 1 column names but the data has 2 columns (i.e. an invalid file format). Added 1 extra default column name for the first column which is guessed to be row names or an index. Use setnames() afterwards if this guess is not correct, or fix the file write command that created the file to create a valid file.
@st-pasha st-pasha added this to the v1.10.6 milestone Mar 9, 2018
@mattdowle mattdowle modified the milestones: v1.11.0, v1.11.2 Apr 29, 2018
@mattdowle mattdowle modified the milestones: 1.12.0, 1.12.2 Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants