Skip to content

lithobraking/Importerhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Importerhouse

Importerhouse is an application which imports .csv files to a Zendesk instance using Zendesk's API.

To Use:

  • open ./UI/DataMigrationTool.py
  • click Browse to select the location of the .csv file for import
  • select the type of data (Organizations, Users, Tickets) from the dropdown menu
  • enter the email address and password associated with your Zendesk account
  • all fields are required; make sure they're filled.
  • click Submit

upon completion, you should receive a popup that informs you whether the import was successful or not.

Known Issues:

  • application crashes when csv fields don't match up with data type selected in dropdown
  • doesn't yet handle updating organizations or tickets already found in Zendesk instance
  • import operations currently don't mitigate for rate limiting

Stretch Goals:

  • handle .xlsx files
  • option for using API token instead of password
  • display Zendesk instance statistics (e.g. total number of users)

About

Imports .csv data into a Zendesk instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors