Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Format of `dataloader_plugin.json` file. Please note that the comments in the json file are only for display purposes and will not be treated as valid JSON when uploading the plugin. In the future, we intend to change the format to HJSON to ensure that the presence of comments do not break the upload of the dataloader plugin.

Code Block
{
    # title of the dataloader plugin to be displayed in the UI
    "title": "Hipchat",

    # descriptuon of the dataloader plugin to be displayed in the UI
    "description": "For importing data into hipchat",

    # Name of the plugin file
    "plugin_file": "hipchat.py",

    # Name of the requirements file containing the python dependencies
    "requirements_file": "requirements.txt",

    # Category under which to show this dataloader plugin, Possible options are:
    # 'Webweb', 'Social MediasocialMedia', 'Data Importimport', 'Developersdevelopers', 'Enterpriseenterprise', 'Business IntelligencebusinessIntelligence', 'CRMcrm', 'ITSMitsm'
    "category": "developers",

    # Name of the PNG file to be used as a thumbnail while displaying the dataloader plugin in the UI
    "thumbnail_file": "Hipchat_Atlassian_logo.png"
}

...