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

Add support for ignoring leading/trailing junk when parsing messages #14

Open
da4089 opened this issue Apr 18, 2018 · 2 comments
Open
Assignees
Milestone

Comments

@da4089
Copy link
Owner

da4089 commented Apr 18, 2018

It's very common for FIX log files to be written with one message per line, and a direction (send/recv) and timestamp prior to the message.

It'd be nice if FixParser were able to parse such files "out of the box" without having to trim the lines manually first.

Add an optional FixParser behaviour to enable it to ignore spurious characters before the 8=FIX and after the 10=xxx|, such that it can read a FIX log file into a sequence of messages with a single call to append_buffer().

@da4089 da4089 self-assigned this Apr 18, 2018
@da4089 da4089 added this to the Release v1.2 milestone Apr 18, 2018
@Pk13055
Copy link

Pk13055 commented May 6, 2019

Hi, what's the current status of this feature? This would be awesome to have ASAP, as it would help avoid most of the manual checks and truncation.

@da4089
Copy link
Owner Author

da4089 commented May 6, 2019

Hi Pratik -- can you post a sample of the text you'd like to extract the message from? It'd be helpful to have some test cases for this functionality.

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

No branches or pull requests

2 participants