Is there an importer than can read from text files?

Is there an importer than can read from text files, like csv files ?

If so this seem to be the simplest approach for importing data from other sources because I can extract data from the old forum without problem, the difficultly is getting an import into discourse.

إعجاب واحد (1)

Actually is it possible to import everything by using the api ? - Discourse API Docs

There are a couple importers that use csv. It’s usually better to use a database though.

You can use the API, but it’ll be much slower. If you have only a few thousands of messages, it could be a solution, but it’ll be easier with an import script.

3 إعجابات

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.