zendesk-populator
Description
A simple command line tool to populate Zendesk organizations and users from a CSV file.
Requirements
httparty
Installation & Usage
Install the zendesk-populator via the gem
$ gem install zendesk-populatorUpdate the
zendesk_site,zendesk_userandzendesk_passwordvariables in thezdpop_config.yamlfile. The default location for the file is/etc/zdpop_config.yaml. You can override this with the-cor--config-filecommand line option. An example file is included.The zdpop_data.csv file contains the data to be loaded in the form:
org_name,user_name,email_addressThe default file location is
/tmp/zdpop_data.csvbut you can override this via the-dor--data-filecommand line option.Run the command to create the required organizations and users:
$ zdpop
Author
James Turnbull [email protected]
License
Author:: James Turnbull (<james@lovedthanlost.net>)
Copyright:: Copyright (c) 2011 James Turnbull
License:: Apache License, Version 2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing and
limitations under the License.