AutomationCLI

export

Parse structured data and export in an alternative syntax.

The source document is decoded, data is processed against known ontologies, and then exported using the requested encoding.

Usage

schemamarkup export [flags]
  • bool
  • string
  • string
  • string
  • string

Global Flags

  • string

Examples

# Extract structured data of a local HTML file.
schemamarkup export -i index.html

# Retrieve a web resource (local GET) and extract the structured data.
schemamarkup export -i https://example.com/index.html

# Pipe a JSON-LD document and convert to an N-Quads file.
cat document.jsonld | schemamarkup export -o output.nq --out-type nquads