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

Call events log is missing a quote character, outputting malformed csv #1038

Closed
profporridge opened this issue Feb 7, 2021 · 2 comments · Fixed by #1092
Closed

Call events log is missing a quote character, outputting malformed csv #1038

profporridge opened this issue Feb 7, 2021 · 2 comments · Fixed by #1092

Comments

@profporridge
Copy link

profporridge commented Feb 7, 2021

When I enable logging of a DMR system's call events the resulting file is missing a quote character, which makes parsing the log difficult. Sample attached. The issue seems to be in the 'Timeslot' column.
20210204_191244.813_0_Hz_Control_call_events.log

This is on 0.5.0 alpha 06

@ge0metrix
Copy link

Also seeing this behavior.

0.5.0 Alpha 6 - MacOS

Was planning on using the logs to help identify and tag a local trunk's TGs and Radios programmatically, but malformed CSV is troublesome.

@ge0metrix
Copy link

I think this line :

sb.append(",\"TS:").append(event.getTimeslot());

is missing a .append("\"")

I'd file a PR for it, but I'm not a java dev and dont have an environment to build and test with.

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

Successfully merging a pull request may close this issue.

2 participants