statistics_node_counter.yml 461 B

1234567891011121314151617181920212223242526
  1. id: statistics_node_counter
  2. label: Node counter
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Content
  7. source:
  8. plugin: node_counter
  9. process:
  10. nid:
  11. -
  12. plugin: migration_lookup
  13. migration: [d6_node, d7_node]
  14. source: nid
  15. -
  16. plugin: skip_on_empty
  17. method: row
  18. totalcount: totalcount
  19. daycount: daycount
  20. timestamp: timestamp
  21. destination:
  22. plugin: node_counter
  23. migration_dependencies:
  24. optional:
  25. - d6_node
  26. - d7_node