Guest User

Untitled

a guest
Apr 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. NAME, TYPE, COLOR
  2. apple, fruit, green
  3. banana, fruit, yellow
  4. kiwi, fruit, brown
  5. carrot, vegetable, orange
  6. potato, vegetable, brown
  7.  
  8. id: food
  9. label: 'Import food nodes'
  10. source:
  11. plugin: csv
  12. path: directory/my_csv_file.csv
  13. header_row_count: 1
  14. keys:
  15. - NAME
  16. process:
  17. type:
  18. plugin: default_value
  19. default_value: food
  20. title: NAME
  21. field_type:
  22. plugin: entity_generate
  23. source: TYPE
  24. field_color:
  25. plugin: entity_generate
  26. source: COLOR
  27. destination:
  28. plugin: 'entity:node'
Add Comment
Please, Sign In to add comment