-
Notifications
You must be signed in to change notification settings - Fork 987
Command Line report generator #26
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
Conversation
Hi Peter, Thank you very much for your contribution - definitely a feature that Kind regards, Jörg On 04.06.2012 21:16, Peter wrote:
|
Hi Jörg, great, if you have any questions feel free to ask me. Kind regards, |
Hi Jörg, I found out that the number formatter does not work as one would expect. It seems that the original author implemented a comma replacement, without respecting the 3 decimals. Thats somehow confusing.... I think I have to spend some effort into this to create somehow senseful results. I will contact you again, after everything works as ecpected. Kind regards |
Hi Peter, I have found places in the parser where commas and points receive I have looked at the csv that is created with your code. You extract If you change two points, the implemenation would better suit my needs:
What do you think about these two points? Regards, Jörg On 12.06.2012 16:56, Peter wrote:
|
Hi Peter, Have you found a solution to the problem concerning the number formatter? Regards, Jörg |
Hi Jörg, sorry for not replying for months, I had no time to do further work About the comma replacement: I haven't changed the original About your two proposals: Currently I'm not planning to realize them, Basically I used the export to generate an automated summary only, Since my changes work quite well now, I will resend you the pull Kind regards 2012/6/17 chewiebug <
|
Hi Peter, Sorry, I am not much faster as well ;-). Thank you for your pull request. I will pull it in within the next few days. Best regards, Jörg Am 30.08.2012 11:32, schrieb Peter:
|
Hi chewiebug,
you might be interessted in the cmdline interface capabilities that I have added.
It can generate a csv report based on a gc.log
Kind regards,
Peter