iiLaw
December 18, 2023, 8:13pm
3
I’m not a python guy but was able to create an bulk import from Excel
@bconway is right you need Application AND Device Profile UUID
Tags need to be JSON.
This might help
@Reine_ABOU_SLEIMAN Reine did you get this to work?
Here is my Python script to import form Excel .xlsx file
Updated to add Tags which need to be in JSON format {“foo”:“Bar”}
################################################################################################################################
# V0.1 - Added support for tags which need to be JSON strin
# Python script to import Devices to an CS v4 Application from Excel .xlsx file
# requires uuid of application/device profile you …
1 Like