You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file formats can optionally be provided as the 3rd and 4th parameter for the input and output formats respectively. An optional 5th option `excludeLicenseDetails` will not copy the listed license properties to the output file. The following example will copy a JSON format to an RDF Turtle format without including the listed license properties:
59
59
60
-
java -jar tools-java-2.0.0-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.ttl TAG RDFTTL excludeLicenseDetails
60
+
java -jar tools-java-2.0.1-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.ttl TAG RDFTTL excludeLicenseDetails
61
61
62
62
To convert from SPDX 2 to SPDX 3.0.1:
63
63
64
64
* use the file extension `.jsonld.json` or `.jsonld`;
65
65
* or add the options for the from and to file types:
66
66
67
-
java -jar tools-java-2.0.0-jar-with-dependencies.jar Convert hello.spdx hello.spdx.json TAG JSONLD
67
+
java -jar tools-java-2.0.1-jar-with-dependencies.jar Convert hello.spdx hello.spdx.json TAG JSONLD
68
68
69
69
## Compare utilities
70
70
@@ -74,13 +74,13 @@ The following tools can be used to compare one or more SPDX documents:
74
74
75
75
Example to compare multiple SPDX files provided in RDF format and provide a spreadsheet with the results:
0 commit comments