Import devices from a CSV file.
Steps:
- Authenticate via the Geotab API.
- Load the CSV file.
- Import devices into the database.
The included CSV is a sample — update serial numbers and group names as needed.
# ImportDevices.csv
# Structure: <description>, <serialNumber>, <group1|group2>
# lines beginning with '#' are comments and ignored
Vehicle 1,GT-810-000-0001,Company Group
Vehicle 2,GT-820-000-0002,Company Groupmvn exec:java -Dapp=importDevices -DfilePath=src/main/java/com/geotab/sdk/importdevices/ImportDevices.csv