Import Groups Example
Skill level:

This example demonstrates a tool that can be built with an intermediate-level knowledge of the MyGeotab system. It is suitable for those who have a good understanding of the Geotab ecosystem and are comfortable with the MyGeotab SDK and leveraging the MyGeotab APIs within their projects.

This utility helps you import groups to your account using comma separated values (CSV). Initially a cache will be created of all the groups currently on your account. The input provided is parsed and if a group does not exist in the cache, it will be added and then saved to your account.
In this example
API Methods:Add Get
API Entities:Group

Use the text box below to import multiple groups at a time. Place each group on its own line as follows:

Name1,Description,ParentGroupName
Name2,Description,ParentGroupName
Name3,Description,

Note: The last example does not specify a parent group and will instead be placed in your top-most group.
Groups will automatically be created for you if they do not already exist.