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".
- topLevelSelector
top/middle/rows/person
- Schema: 1 attribute:
- name:
name
- type:
string
- selector:
//person/firstName/text()
- name:
- topLevelSelector
{empty}
- Schema: 1 attribute:
- name:
name
- type:
string
- selector:
{empty}
- name:
- topLevelSelector
$.sub.path
- Schema: 1 attribute:
- name:
name
- type:
string
- selector:
{empty}
- name: