Hi,
I had a need to copy objects from one SMS to a new one. After exporting and creating csv-files I realised that the csv-syntax for adding groups wasn't documented*. I decided to create a python-script, for the remaining objects - service groups.
My goal is to also copy the services themselves as they need to exist before creating the group (duh), and then also other kind objects.
https://github.com/durd/cp-services
Thanks!
* I figured it out, but decided it was easier with python as csv would have a column for each group-member, which would fail because all groups do not have the same amount of members, unless you create a csv per group which I felt wasn't feasible.