Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.75 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.75 KB

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