The CSV output from scancode toolkit usually contains duplicated resource rows as each detected license/copyright/url value will use one row which violate the aboutcode tk rule as no duplication is allowed.
On the other hand, the aboutcode tk should be able to take JSON as an input, but, for some reasons, it doesn't work with the current scancode's JSON output.
The main goal for this ticket is to ensure aboutcode tk (the gen option) works with the JSON output from scancode toolkit.
The CSV output from scancode toolkit usually contains duplicated resource rows as each detected license/copyright/url value will use one row which violate the aboutcode tk rule as no duplication is allowed.
On the other hand, the aboutcode tk should be able to take JSON as an input, but, for some reasons, it doesn't work with the current scancode's JSON output.
The main goal for this ticket is to ensure aboutcode tk (the
genoption) works with the JSON output from scancode toolkit.