You can use custom scripts to import Microsoft® Visio contents adequately into ARIS.
Prerequisite
You are script administrator for this tenant.
Procedure
In ARIS Architect, click ARIS > Administration.
Click Evaluations > Reports > Visio import in the Navigation bar. The associated script files and XML files are displayed in the details view on the right.
Select the script user_defined_steps_default.js and click Export in the tab bar. The Save dialog opens.
Enter the name you want to export the script with, such as, my_visio_import_steps.js.
Click Save and close the completion message by clicking OK.
Select the entry Visio import in the Navigation bar.
Click Import script in the tab bar. The Open dialog opens.
Navigate to the directory into which you exported the script.
In the Files of types field, select the JS data type, select the exported script, and click Open. The script is imported and added to the script list.
Open the script and adapt it. The script is documented comprehensively so that you know which functions perform which actions and which values they return.
Open the properties of the JavaScript report Visio import after you adapted the script.
Click the Advanced button on the General page. The Import Visio files - Advanced options dialog opens.
Navigate to the entry user_defined_steps_default.js and disable its check box.
Navigate to the entry my_visio_import_steps.js and enable its check box.
Click OK. The Import Visio files - Advanced options dialog closes.
Click OK. The properties of the report Import Visio files close.
You have integrated your JavaScript file my_visio_import_steps.js into the Visio import report, You can now import your Visio drawing types based on your newly created JavaScript file into ARIS.