Import groups from a CSV file.
Steps:
- Authenticate via the Geotab API.
- Load the CSV file.
- Import groups into the database.
The included CSV is a sample — update group names as needed.
# ImportGroups.csv
# Structure: <parent group name>,<new group name>
# Both names must be unique. Lines beginning with '#' are ignored.
Organization,DriverGroup
Organization,VehicleGroupsmvn exec:java -Dapp=importGroups -DfilePath=src/main/java/com/geotab/sdk/importgroups/ImportGroups.csv