Skip to main content

SPDX Workgroup Tools

The consolidated SPDX workgroup tool provides translation, comparison, and verification functionality in a single download.

The tool is a Java command line utility requiring Java JRE version 1.6 or later to be installed.

To use, download the SPDXTools-vX.XX.zip archive file on this page and unarchive the file on your local machine.

To run, use the command: java -jar spdx-tools-jar-with-dependencies.jar The following functions are available:

  • TagToSpreadsheet – Convert a tag format input file to a spreadsheet output file
  • TagToRDF – Convert a tag format input file to an RDF format output file
  • RdfToTag – Convert an RDF format input file to a tag format output file
  • RdfToHtml – Convert an RDF format input file to an HTML web page output file
  • RdfToSpreadsheet – Convert an RDF format input file to a spreadsheeet format output file
  • SpreadsheetToRDF – Convert a spreadsheet input file to an RDF format output file
  • SpreadsheetToTag – Convert a spreadsheet input file to a tag format output file
  • SPDXViewer – Display an SPDX document input file (in either tag/value or RDF format)
  • CompareMultipleSpdxDocs – Compare multiple SPDX documents (in either tag/value or RDF formats) and output to a spreadsheet
  • CompareSpdxDocs – Compare two SPDX documents (in either tag/value or RDF format)
  • GenerateVerificationCode – Generate a Verification Code from a directory of files.

 

Download https://github.com/spdx/tools/releases/tag/2.0.3
How To use (add link once we post the docs on this site)
Access source via git http://git.spdx.org/?p=spdx-tools.git;a=summary
File Bugs or feature requests https://bugs.linuxfoundation.org/buglist.cgi?query_format=specific&order=relevance%20desc&bug_status=__open__&product=SPDX&content=tools&list_id=3111