[FEATURE] OG Tag Import/Export via CSV #12

Closed
opened 2026-05-23 22:29:55 +00:00 by jmiller · 0 comments
Owner

Feature Description

Import and export OG tag data via CSV for bulk management, migration, and backup.

Problem or Use Case

Large sites need spreadsheet-based OG management. Also enables migration from Tagz or other OG extensions.

Proposed Solution

Export: All #__mokoog_tags records to CSV with article title reference
Import: Upload CSV, match on content_type + content_id, update/skip options, validation report

Implementation Details

  • New ImportExportController with export() and import() actions
  • CSV parsing with fgetcsv() / SplFileObject
  • Toolbar buttons in Tags view
  • Validate content_id exists before importing
## Feature Description Import and export OG tag data via CSV for bulk management, migration, and backup. ## Problem or Use Case Large sites need spreadsheet-based OG management. Also enables migration from Tagz or other OG extensions. ## Proposed Solution Export: All #__mokoog_tags records to CSV with article title reference Import: Upload CSV, match on content_type + content_id, update/skip options, validation report ## Implementation Details - New ImportExportController with export() and import() actions - CSV parsing with fgetcsv() / SplFileObject - Toolbar buttons in Tags view - Validate content_id exists before importing
jmiller added the enhancementpriority: low labels 2026-05-23 22:29:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#12