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!
Ho un file CSV proveniente da un altro forum Discourse con tutte le mie contribuzioni a quel forum e vorrei importarle in un thread o in una categoria del mio forum Discourse. È possibile farlo?