-
-
Notifications
You must be signed in to change notification settings - Fork 573
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
Add option for tabular output format #830
Comments
Can you elaborate a bit with an example @pombredanne ? |
Try to run a CSV output for a file that contains more than one emails, copyrights and licenses. Use |
from @pombredanne in #1236
from @mjherzog #1236 (comment)
|
When you convert a Scan JSON file (run with any options beyond --info) to CSV format you end up with a file that is almost impossible to use for any type of analysis in Excel/LibreCalc because of the arbitrary number of rows per Resource when the data for that Resource includes one or more lists. The primary use case for CSV output is to create a workfile where you can record your analysis in more depth than the Conclusions feature of SC Workbench. The first step is to design the target output because some data elements will probably never be well-suited to flattening a list into a single cell - the most obvious examples are correlated fields like:
So it may be the case that the best CSV output will be two types of files:
There seem to be three options for implememtation:
|
.... to have only a single row per file. This may be a tad messy at times as some cells may contain the data for different scans, but it may be handy too.
The text was updated successfully, but these errors were encountered: