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
- Updated label of link to SPDX Online Tools
- Updated SPDX Tools version references from 2.0.1 to 2.0.2 in examples
Signed-off-by: Arthit Suriyawongkul <[email protected]>
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:
60
60
61
-
java -jar tools-java-2.0.1-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.ttl TAG RDFTTL excludeLicenseDetails
61
+
java -jar tools-java-2.0.2-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.ttl TAG RDFTTL excludeLicenseDetails
62
62
63
63
To convert from SPDX 2 to SPDX 3.0.1:
64
64
65
65
* use the file extension `.jsonld.json` or `.jsonld`;
66
66
* or add the options for the from and to file types:
67
67
68
-
java -jar tools-java-2.0.1-jar-with-dependencies.jar Convert hello.spdx hello.spdx.json TAG JSONLD
68
+
java -jar tools-java-2.0.2-jar-with-dependencies.jar Convert hello.spdx hello.spdx.json TAG JSONLD
69
69
70
70
## Compare utilities
71
71
@@ -75,13 +75,13 @@ The following tools can be used to compare one or more SPDX documents:
75
75
76
76
Example to compare multiple SPDX files provided in RDF format and provide a spreadsheet with the results:
The SPDX Workgroup provides an online interface to validate, compare, and convert SPDX documents in addition to the command line options above. The [SPDX Validation Tool](https://tools.spdx.org/app/validate/) is an all-in-one portal to upload and parse SPDX documents for validation, comparison and conversion and search the SPDX license list.
118
+
The SPDX Workgroup provides an online interface to validate, compare, and convert SPDX documents in addition to the command line options above.
119
+
120
+
The [SPDX Online Tools](https://tools.spdx.org/) is an all-in-one portal to upload and parse SPDX documents for validation, comparison and conversion and search the SPDX license list.
0 commit comments