Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.08 KB

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}