coderedcms icon indicating copy to clipboard operation
coderedcms copied to clipboard

Do you have the ability to import articles in batches?

Open Rwindest168888 opened this issue 1 year ago • 1 comments

I like your project very much. Do you have the ability to import articles in bulk? How? Thank you.

Rwindest168888 avatar Nov 06 '23 02:11 Rwindest168888

This is a loaded question, as an "article" from some other system could have an infinite possible combination of data structures.

If you're coming from WordPress, I'd recommend https://github.com/torchbox/wagtail-wordpress-import.

If you're coming from an existing Django project, then I'd recommend writing a migration that copies various fields from your existing Django model to an ArticlePage model.

If your pre-existing articles are in Markdown or plain-text format, then I'd recommend adding a markdown/text field to the ArticlePage model, and you could possibly import via a CSV file using our import feature: https://docs.coderedcorp.com/wagtail-crx/features/import_export.html

vsalvino avatar Nov 06 '23 19:11 vsalvino

Closing this due to inactivity. Feel free to re-open if you are still experiencing the issue or have any new information. Thanks!

vsalvino avatar May 23 '24 16:05 vsalvino