What is Visio Summary?
Visio Summary is a tool available at our Command Line Interface for retrieving useful info from VSDX files.
This tool can retrieve all the shapes' information available (type, name) and their candidate OTM type by emulating the parse method.
You can find here a complete explanation of this CLI function.
Summary Options
This summary tool can be executed with multiple configurations:
without mapping file
The summary retrieves all the availables shapes in the VSDX files without their candidate OTM type.
by file path
The summary is executed against a unique Visio file.
by multiple file path
The summary is executed against multiple Visio files.
by folder path
The summary is executed against a folder path that contains .vsdx
in it.
by multiple folder path
The summary is executed against multiple folder path that contains .vsdx
in it.
Summary Output Example
| SOURCE | SOURCE_ELEMENT_TYPE | SOURCE_ELEMENT_NAME | OTM_MAPPED_TYPE |
|-------------|---------------------|-----------------------|-----------------|
| file_1.vsdx | | Public Cloud | |
| file_1.vsdx | | Custom VPC | |
| file_1.vsdx | | Private Secured Cloud | |
| file_1.vsdx | Amazon CloudWatch | Amazon CloudWatch | cloudwatch |
| file_1.vsdx | Amazon CloudWatch | Custom log system | cloudwatch |
| file_1.vsdx | Amazon EC2 | Amazon EC2 | ec2 |
| file_1.vsdx | Amazon EC2 | Custom machine | ec2 |
| file_1.vsdx | Database | Private Database | rds |
| file_2.vsdx | | Private Secured Cloud | |
| file_2.vsdx | | Public Cloud | |
| file_2.vsdx | | My Custom VPC | |
| file_2.vsdx | | My Custom Machine | |
| file_2.vsdx | Amazon EC2 | My EC2 | ec2 |
| file_2.vsdx | Database | Private Database | rds |