How to export all entries/elements? #13736
-
When using Craft's own exporter, we can select all visible item on the page and export those - but is there a way to export all elements of type you're viewing at that time? Use-case here is exporting Formie submissions, which the client now does per page and then they merge the files themselves. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Exporting all matching entries all at once would risk exceeding the system’s resource limits. We should definitely make it possible, but it will require a queue-based approach where the resulting export (report) would be generated in batches, and you’d get notified once it’s ready to be downloaded. |
Beta Was this translation helpful? Give feedback.
Exporting all matching entries all at once would risk exceeding the system’s resource limits.
We should definitely make it possible, but it will require a queue-based approach where the resulting export (report) would be generated in batches, and you’d get notified once it’s ready to be downloaded.