Skip to content

Convert from domain model CSV source files into NQ artifact

License

Notifications You must be signed in to change notification settings

Spyderisk/domain-csv2nq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv2nq

Tool to convert from domain model CSV files to an NQ file.

Usage: csv2nq.py [-h] -i directory -o filename [-m filename] [-u] [-e] [-v VERSION] [-n NAME]

  -i directory, --input directory
                        Directory containing CSV files for input
  -o filename, --output filename
                        Output NQ filename

Optional arguments are:

  -h, --help            show this help message and exit
  -m filename, --mapping filename
                        Output JSON icon-mapping filename
  -u, --unfiltered      Causes SSM GUI Misbehaviour and TWA visibility flags to be set to true.
  -e, --expanded        Add population model support by expanding relevant structures
  -v VERSION, --version VERSION
                        Set the versionInfo string (defaults to timestamp) '-unfiltered' will be added to the version string if '-u' is used.
  -n NAME, --name NAME  Set the domainGraph string (defaults to what is found in DomainModel.csv). '-unexpanded' will be appended for population models unless '-e'
                        is used.

About

Convert from domain model CSV source files into NQ artifact

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages