adminview Export/Import Data #1011
-
|
In earlier versions of JCB there were Export and Import buttons in the component admin views. Under "Editing the Component Admin Views" the options include "Export/Import Data" with "add import/export option to this admin view." I couldn't find any discussion of this in the web. Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi @heinzarden, thanks for reaching out. You're absolutely right - JCB v3 did include an Import/Export feature. However, this functionality was removed during the migration from JCB v3 to Joomla 4+. The buttons you're seeing now are legacy remnants of that older feature.
Current Way to Move JCB Entities Between SystemsAt present, entity migration between different JCB systems is handled through the following repository-based workflow: Init, Push, Pull, & Reset
Reset vs Pull (Important Difference)
Both actions are designed for force synchronization, but they differ in scope and repository control. So At the moment, this repository workflow is the official and supported method for moving components and other JCB entities between systems. While Import / Export is not yet available, these tools provide full control over synchronization and consistency across environments. For detailed documentation and step-by-step guidance, Read more here |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick reply. Unfortunately, my intensive attempts to upgrade my component from Joomla 3.9 / JCB 2.11 two years ago were unsuccessful. The first errors appeared with JCB 3.1.28. I'll try again. If I can't get it to work, I'll attempt to import my data via PHP using the Joomla Table object, adjusted to the new table structure. |
Beta Was this translation helpful? Give feedback.
Hi @heinzarden, thanks for reaching out.
You're absolutely right - JCB v3 did include an Import/Export feature. However, this functionality was removed during the migration from JCB v3 to Joomla 4+. The buttons you're seeing now are legacy remnants of that older feature.
They remain visible because we plan to reintroduce Import / Export in a future release, and active development is already underway to bring this back in a modern, Joomla 4+ compatible form.
Current Way to Move JCB Entities Between Systems
At present, entity migration between different JCB systems is handled through the following repository-based workflow:
Init, Push, Pull, & Reset
Init
…