Skip to content

Instantly share code, notes, and snippets.

@mchelen
Last active September 19, 2016 19:53
Show Gist options
  • Save mchelen/574d8bdfc9e73c1d6852d179ca02094f to your computer and use it in GitHub Desktop.
Save mchelen/574d8bdfc9e73c1d6852d179ca02094f to your computer and use it in GitHub Desktop.
{
"data": [
{
"id": "1",
"title": "foo"
},
{
"id": "2",
"title": "bar"
},
{
"id": "3",
"title": "baz"
}
]
}
source:
plugin: url
data_fetcher_plugin: http
data_parser_plugin: json
urls: /sites/default/files/example.json
item_selector: 'data'
fields:
-
name: machine_name
label: 'Unique position identifier'
selector: id
-
name: friendly_name
label: 'Friendly title'
selector: title
ids:
machine_name:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment