Replies: 2 comments
-
There's no CSV template I'm aware of. As CSV anyway is highly custom (about what columns to include and how to name them if there is a header row etc.), I also don't think it makes to provide a general one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @sschuberth . But I'm sure somebody has build a Freemarker template for generating a CSV report out there. Sure, you need to customize it for you own requirements. But it would be helpful to have an example template as an starting point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Great tool – thanks!
Reporting works fine, but creating a simple CSV report doesn't seem straightforward.
I tried to create a Freemarker template to generate such a CSV file.
Command used:
ort report -i ort-results/analyzer-result.yml -o ort-reports -f PlainTextTemplate -O PlainTextTemplate=template.path=./ort-results/packages.csv.ftl
Does anyone have a packages.csv.ftl template for this? I couldn't find one.
Beta Was this translation helpful? Give feedback.
All reactions