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!
我有一份来自另一个 Discourse 论坛的 CSV 文件,其中包含我在该论坛的所有贡献记录。我想将这些内容导入到我自己的 Discourse 论坛的某个主题或分类中,请问这是否可行?