How to export connection config information (JSON format)
Created: 2024-10-15 09:39:03Modified: 2026-02-12 11:40:03
Tags: JSON
Customers have asked for a way to keep track of and/or display a list of connections including all the connection settings.
As of v4.6.26 you may now export your UnitySync connection configuration to JSON format. This data can then be imported into an Excel spreadsheet.
Open a cmd prompt
cd into the UnitySync bin directory
i.e. cd \UnitySync-v4.6.24\binExecute shell using the –cfgrpt parameter and specify output file location and/or name:
shell --cfgrpt >output.jsonor
shell --cfgrpt >"c:\Other folder\output.json"
The resulting output.json is a JSON formatted file containing all connection data.
Your output.json file can be imported to an Excel spreadsheet.