Problem: output formats are difficult for programs to parse and associate with original components and connections #87
Labels
enhancement
New feature or request
low-priority
"Nice to have" but not necessary; prioritize lower
refactor
Refactoring the code to improve clarity/performance.
Milestone
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:
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
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.
The text was updated successfully, but these errors were encountered: