Created
August 30, 2019 10:59
-
-
Save dinarcon/1088b83a26fca080902c3e27e6909732 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uid: | |
- plugin: entity_lookup | |
entity_type: user | |
value_key: name | |
source: src_creative_author | |
- plugin: default_value | |
default_value: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"udm_nodes": [ | |
{ | |
"unique_id": 1, | |
"thoughtful_title": "Amazing recipe", | |
"creative_author": "udm_user", | |
"fruit_list": "Apple, Pear, Banana" | |
}, | |
{...}, | |
{...}, | |
{...} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment