Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you have the ability to import articles in batches? #602

Open
Rwindest168888 opened this issue Nov 6, 2023 · 1 comment
Open

Do you have the ability to import articles in batches? #602

Rwindest168888 opened this issue Nov 6, 2023 · 1 comment
Labels
Type: Enhancement New feature or functionality change

Comments

@Rwindest168888
Copy link

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

@Rwindest168888 Rwindest168888 added the Type: Enhancement New feature or functionality change label Nov 6, 2023
@vsalvino
Copy link
Contributor

vsalvino commented Nov 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or functionality change
Projects
None yet
Development

No branches or pull requests

2 participants