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
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]
The text was updated successfully, but these errors were encountered:
d75728f
arunsrinivasan
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: