How to import posts in CSV format?

Can I import new posts using CSV format? any importer plugin or something? Thanks

1 Like

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?

1 Like

You’ll need to write a custom importer to read the stuff and put it in Discourse. It looks like https://github.com/discourse/discourse/blob/master/script/import_scripts/zendesk.rb reads CSV files.

If that’s not an answer and you have a budget, you can post in #marketplace, or read https://www.literatecomputing.com/discourse-migration/ and contact me

4 Likes

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 :smiley:

For now, need to go through other scripts. Thanks Jay!

1 Like

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 ?

1 Like