Skip to content

DRaichev/SAMMToolboxLiberator

Repository files navigation

This is a simple tool to liberate data from Excel and write it to JSON. The JSON output is formatted based on the SAMM format specified in this proposal.

Usage

Either build the project or download the binary from the releases page.

Then use the following command:

liberate <inputFile> <outputFile>

Example:

./ToolboxLiberator liberate SAMM_spreadsheet.xlsx output.samm

You can also validate the output file against the .samm schema (or a custom schema):

validate <inputFile> (<schemaFile>)

example:

./ToolboxLiberator validate output.samm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages