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

print log visualizer's log file to convert CSV file script #22

Open
demetoir opened this issue Feb 15, 2018 · 0 comments
Open

print log visualizer's log file to convert CSV file script #22

demetoir opened this issue Feb 15, 2018 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@demetoir
Copy link
Owner

from result file of print log visualizer to CSV format file
no need to chance code of visualizer,
analyzing script of visualizer and extract data to make CSV format file

ex)
visualizer code

...
self.log("data1: %s, data_name2%s"%(data_value1, data_value2))
....

visualizer's output file

data1 : 123, data2: 124
data1 : 123, data2: 34534
data1 : 123, data2: 1763773
data1 : 123, data2: 333

expect CSV file

data1, data2
123, 124
123, 34534
123, 1763773
123, 333
@demetoir demetoir added the enhancement New feature or request label Feb 15, 2018
@demetoir demetoir added this to To Do in TODO via automation Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
TODO
  
To Do
Development

No branches or pull requests

1 participant