# Import Visio shapes and references as components to Ardoq (BETA)

This utility allows you to import Visio 2013 diagrams (.VSDX) shapes and dynamic connectors as components and references to https://www.ardoq.com. 
It will automatically create a workspace, a suitable model and related fields - and import all shapes as components, and create references based on dynamic connectors.

## Installation

Install globally as an executable `npm install ardoq-visio-import -g`.

## Usage
To generate a token you need a valid Ardoq user account and generate under your Account Profile -> API and Tokens.
Also, be sure to specify the right organization(also found on same page) to import from.

```
  Usage: ardoq-visio-import -t <token> -f <filename> [options]
  Import Visio 2013 (VSDX) diagrams to Ardoq.

  Options:
    -V, --version                      output the version number
    -u, --url <url>                    The Ardoq server URL
    -t, --token <token>                Your Ardoq Token
    -o, --organization <organization>  The organization database to use
    -f, --filename <filename>          The Visio (VSDX) diagram to import
    -h, --help                         output usage information
```


