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 can't handle a fairly standard end-of-file indicator #1384

Closed
ladida771 opened this issue Oct 8, 2015 · 0 comments
Closed

fread can't handle a fairly standard end-of-file indicator #1384

ladida771 opened this issue Oct 8, 2015 · 0 comments
Assignees
Milestone

Comments

@ladida771
Copy link

Example of a dataset with a fairly standard end-of-file indicator which fread can't handle (at least in a default mode):

Bar|Bid|AD|ADh|ADB|Dai|ADT|ADk|ADk|ADm|Com|ADTj|ADg|ADl|ADr|Is|DataDate
KJKJ|200||||0|||||0||||||20150205
HFHF|2||||92400|||||101200|||||8.6328268970E+07|20150205
[End of File]

Error: Expected sep ('|') but new line, EOF (or other non printing character) ends field 0 when detecting types ( first): [End of File]

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