Skip to content

Brightscout/mattermost-import-csv

Repository files navigation

Mattermost CSV to Bulk Import JSON Converter

Install

  1. Install Node.js Version 6.11.0 LTS or greater

  2. Clone this repo
    $ git clone https://github.com/Brightscout/mattermost-import-csv

  3. Install dependencies
    $ cd mattermost-import-csv
    $ npm install or $ yarn install

  4. Run tests
    $ npm test

Configure

Modify the values in context/config.js for the source, target

Export

  1. Execute the converter
    $ npm start

  2. Inspect the output file, target.json, or whatever you set as the target filename. Ensure the results are as expected.

Import

  1. Run the Mattermost bulk loading command as explained here

Made with ♥ by Brightscout

About

A CSV to Bulk Import JSON Converter

Resources

License

Stars

Watchers

Forks

Packages

No packages published