[FEATURE] OG Tag Import/Export via CSV #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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