Replies: 18 comments 26 replies
-
In Wordpress we used wp-all-import/export plugin a lot. Love the way that plugin is build. |
Beta Was this translation helpful? Give feedback.
-
This would be great. Could this functionality be built with RBAC at collection level for both imports and exports? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
What is the status of this functionality? |
Beta Was this translation helpful? Give feedback.
-
Is there a plan for "import from Wordpress". I think if we were able to migrate a complete Wordpress blog this project would skyrocket. |
Beta Was this translation helpful? Give feedback.
-
Does anyone know how to export data from WordPress to Payload? |
Beta Was this translation helpful? Give feedback.
-
Any info concerning the export function? I would like to give my team the possibility to export form entries as a csv. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I've reopened this project that I started a while back
I'll prepare the plugin to public and share it here if anyone wants to help to develop this with me. ¹ Ideally the collections are identical, from my testing payload is pretty smart with ignoring extra bits of data when creating records |
Beta Was this translation helpful? Give feedback.
-
As it stands, the only way to get true import/export is to build it yourself in-house with requirements from your specific project. I've yet to use a plugin that blew me away. It's definitely a much needed feature with several use-cases. I've been considering turning my own solution into a Payload plugin which features not only the ability to export/import from any specified collection, but also to choose what fields to export and how to reduce complicated fields such as Media/Upload and nested fields. This is being used live right now for one of my clients and it works exceptionally well. However, it works well specifically because it's delegated to a job via a queue. This allows my customers the freedom of exporting/importing tens of thousands of entries without forcing the user to sit there and wait for it all to complete. Ideally, this wouldn't even happen on the same instance, but a dedicated server just for imports and exports. I think before Imports/Exports really happen, what we really need is for the Jobs/Queues feature to ship. This would be an absolute game changer. In the meantime, any solution will just leave much to be desired. |
Beta Was this translation helpful? Give feedback.
-
Hi, Any Update on this feature? is there any ETA or alternative to export collections untill its released? |
Beta Was this translation helpful? Give feedback.
-
Hey, great work so far! My two main USPs for this feature are:
Would these functions be possible in future releases? |
Beta Was this translation helpful? Give feedback.
-
Just tried it and this feature is awesome! Can't wait on the import functionality of this package |
Beta Was this translation helpful? Give feedback.
-
Hi, is this plugin available as an NPM package yet? As mentioned above it is included in the 3.27.0 release, but I can't seem to find it anywhere. |
Beta Was this translation helpful? Give feedback.
-
We played a bit around with the plugin and it is awesome! The features we are missing are mapping relations to a single values. Docs about the plugin would also help a lot. Just an idea: We try to contribute to the plugin, If we got some extra time on our hands! |
Beta Was this translation helpful? Give feedback.
-
I tried it but it shows error and It doesn't show any data in preview
my plugins config.
|
Beta Was this translation helpful? Give feedback.
-
Is it working? The pull was on March 4: #10795 |
Beta Was this translation helpful? Give feedback.
-
Great job on this plugin! Nevertheless, by following the comments in this thread I was able to get the export to work! 💪 Now, I understand that the import functionality of this plugin is not yet implemented. Is there any ETA on when the import feature will become available? |
Beta Was this translation helpful? Give feedback.
-
Hi @DanRibbens, great work so far and thanks for updating the README. I'm implementing the plugin for easier translations and need help with a specific use case. I'd like to export a page's structure showing only the blocks that are actually used, along with their localized content. This would help my editors easily identify what still needs translation and where it's located. Current issue: When I add the layout field to the export, I get all available blocks rather than just the ones actually used on the page. Requirements:
Question: Is this functionality already supported by the current plugin, or would I need to implement a custom solution? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are planning to build an import / export function that can help export to Excel, CSV, etc.
This will include upload import / export as well.
Beta Was this translation helpful? Give feedback.
All reactions