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

Can't read new TAQ files #29

Open
davclark opened this issue May 5, 2016 · 1 comment
Open

Can't read new TAQ files #29

davclark opened this issue May 5, 2016 · 1 comment
Labels

Comments

@davclark
Copy link
Contributor

davclark commented May 5, 2016

Working with EQY_US_ALL_BBO_20150731.zip results in BaseException("Can't map fields onto bytes_per_line")

@davclark davclark added the bug label May 5, 2016
@davclark
Copy link
Contributor Author

Files from 2014 have lines like this:

040000901PA               000000000000000000000000000000000000R    PP000000000000001422 C

While files from 2015 have lines like this (you may need to scroll to the side):

040000019000PA               000000000000000000000004412000000001R    PP000000000000000412 C       000000000000        000000000000

We need to find the spec for the new format. I'm going to say this is not worth doing until someone is actually using this code! It should be pretty easy to implement, though the logic will have to change in BytesSpec.check_present_fields()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant