This plugin allows you to export Joomla articles to a CSV file. You can then edit the data in a spreadsheet editor (e.g., Excel or Open Office Calc) and upload the file back. In some cases, this is more convenient and faster. The plugin allows exporting tag IDs, working with custom article fields in Joomla, as well as usually non-editable article properties like hits, modification date, etc.
Initial versions of the CFI plugin were created by developer AlekVolsk for Joomline. He created versions 1.0.0-1.0.16 for Joomla 3. Subsequently, in 2026, the plugin was transferred to WebTolk for further development.
v.2.0.0. What's New?
- Refactoring. The plugin has been completely rewritten from scratch.
- New Import/Export Interface. Export and import now open in a modal window. Functionality to select article properties, tags, and custom fields for export right before the export itself has been added.
- Article Filtering During Export. You can filter the articles you need using standard search parameters in the admin panel, and then export only those: only featured ones, only published ones, only articles from 2 categories, only articles with a specific tag, etc.
- Import/Export All Article Data. Previously, the plugin could only export some article data. Now, during export and import, you can change all article data found in the article editing form, even non-editable ones like hits or modification date. This way, you can quickly update all meta-descriptions or just the field data.
-
Import Custom Fields Only. The
articleidfield remains mandatory for import. Thus, you can import only custom field data without changing the article data itself. - Joomla 6. The plugin has been rewritten with the current structure for Joomla 4+ and successfully tested on Joomla 6.
-
For Developers: Pre-processing by Plugins. You can process data with your own plugins of the
cfigroup on-the-fly, directly before importing or exporting data. Events:onExportPrepareData($event)andonImportPrepareArticleData($event).
System Requirements: Joomla 4.3+, PHP 8.1+.
To update from older versions, release 1.0.16 is available, which adds a new update server.
- Extension Page (https://web-tolk.ru/dev/joomla-plugins/cfi-eksport-import-materialov-joomla?utm_source=dev.to)
- Extension GitHub (https://github.com/WebTolk/cfi)
- Version for Joomla 3 and Joomla 4 (https://joomline.ru/rasshirenija/plugin/cfi.html)
- GitHub Repository for Joomla 3+ versions (https://github.com/AlekVolsk/cfi)
Top comments (0)