-
Install Node.js Version 6.11.0 LTS or greater
-
Clone this repo
$ git clone https://github.com/Brightscout/mattermost-import-csv -
Install dependencies
$ cd mattermost-import-csv
$ npm installor$ yarn install -
Run tests
$ npm test
Modify the values in context/config.js for the source, target
-
Execute the converter
$ npm start -
Inspect the output file,
target.json, or whatever you set as the target filename. Ensure the results are as expected.
- Run the Mattermost bulk loading command as explained here
Made with ♥ by Brightscout