Importing Category Settings can be invoked through the command line.
categoryimport -repo <repo name> -o <XML file path> |
Example
jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar categoryimport -repo "Local repository" -o "C:\temp\Custom_Category.xml" |
Exporting Category Settings can be invoked through the command line.
categoryexport -repo <repo name> -c <category name> -o <XML file path> [-f] (Force overwrite) |
Example
jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar categoryexport -repo "Local repository" -c "Data Vault" -o "C:\temp\Data_Valut_Settings.xml" |