-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestlow-priority"Nice to have" but not necessary; prioritize lower"Nice to have" but not necessary; prioritize lowerrefactorRefactoring the code to improve clarity/performance.Refactoring the code to improve clarity/performance.
Milestone
Description
Problem Description
The two current output formats (out.csv and stats.csv) are nice human-readable formats that can be pulled up into Microsoft Excel or other spreadsheet programs. However, they are difficult to parse and associate back with the original objects from the input TOML file. In particular, for the out.csv file:
- some metrics are by component
- some metrics are by connection
Because of the above, it may not be as easy to associate metrics with the input file components -- especially for a computer program.
Areas to Investigate
- Add a second header row that clearly distinguishes which component or which connection the metric is associated with
- make labels easier / clearer to parse and more consistent
Additionally, although we would never want to eliminate the CSV format, we may want to also add the ability to write out to a JSON format although that option needs to be further investigated as it may have implications for the event writing code.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlow-priority"Nice to have" but not necessary; prioritize lower"Nice to have" but not necessary; prioritize lowerrefactorRefactoring the code to improve clarity/performance.Refactoring the code to improve clarity/performance.