Skip to content

bmitchinson/json-endpoint

Repository files navigation

json-endpoint

Dataset

The following ingestion sources can all be ingested to a single dataset to demonstrate selectors. The schema of that dataset has one top level string attribute, called "name".

Ingestions

Corresponding ingestion definition

  • topLevelSelector top/middle/rows/person
  • Schema: 1 attribute:
    • name: name
    • type: string
    • selector: //person/firstName/text()

Corresponding ingestion definition

  • topLevelSelector {empty}
  • Schema: 1 attribute:
    • name: name
    • type: string
    • selector: {empty}

Corresponding ingestion definition

  • topLevelSelector $.sub.path
  • Schema: 1 attribute:
    • name: name
    • type: string
    • selector: {empty}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published