Can I import new posts using CSV format? any importer plugin or something? Thanks
Most importers read sql databases.
You need at least one table for users and another for topics and posts. You generally also want to import categories.
What are you importing from?
As he is not replied and I do have the same question.
I just have csv where it has all the questions asked from a offline event that need to be uploaded in this forum. how do we that?
You’ll need to write a custom importer to read the stuff and put it in Discourse. It looks like discourse/script/import_scripts/zendesk.rb at main · discourse/discourse · GitHub reads CSV files.
If that’s not an answer and you have a budget, you can post in marketplace, or read Redirecting… and contact me
I have checked the Zendesk script and it doesn’t look simple to me at first sight. Anyway I will come to the marketplace side when i become rich
For now, need to go through other scripts. Thanks Jay!
I have a CSV from another discourse forum of all my contributions to that forum and I would like to import that into a thread or category on my own discourse forum, is that at all possible ?