bmitchinson / json-endpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Link to xml to ingest

Corresponding ingestion definition

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

Link to json (no selector) to ingest

Corresponding ingestion definition

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

Link to json (with a selector) to ingest

Corresponding ingestion definition

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

About