Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. ID | ... | Foto
  2. ----------------------
  3. 1 | ... | Foto1.jpg
  4. ...| ... | ...
  5. 25 | ... | Foto25.jpg
  6.  
  7. source:
  8. plugin: spreadsheet
  9. file: modules/custom/zedelgem_migrations/assets/xlsx/gebruikers_zedelgem_intranet.xlsx
  10. worksheet: 'Gebruikers'
  11. origin: A2
  12. header_row: 1
  13. columns:
  14. - ID
  15. - 'Foto'
  16. - 'Voornaam'
  17. - 'Achternaam'
  18. constants:
  19. file_source_uri: modules/custom/zedelgem_migrations/assets/images/_smoelenboek
  20. keys:
  21. ID:
  22. type: integer
  23. size: big
  24. process:
  25. # Media bundle.
  26. bundle:
  27. plugin: default_value
  28. default_value: image
  29. uri:
  30. plugin: concat
  31. delimiter: /
  32. source:
  33. - constants/file_source_uri
  34. - 'Foto'
  35. name: 'Foto'
  36. uid: ID
  37. field_image/alt:
  38. concat:
  39. source:
  40. - 'Voornaam'
  41. - 'Achternaam'
  42. field_image/title:
  43. concat:
  44. source:
  45. - 'Voornaam'
  46. - 'Achternaam'
  47. field_image/target_id: 'Foto'
  48. destination:
  49. plugin: entity: media
  50. default_bundle: image
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement