Skip to content

DAXGRID/cim-integration-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIM integration tools

Contains files specific to the integration with CIM.

CIM Differ

Example of how to use the CIM.Differ.CLI.

./CIM.Differ.CLI --previous-state-file='./my-previous-state-file.jsonl' --new-state-file='./my-new-state-file.jsonl' --output-file=''./my-new-outputfile.jsonl''

CIM Mapper

Example of how to use the CIM.Mapper.CLI.

./CIM.Mapper.CLI --transformation-configuration-file="./TransformationConfig.xml" --new-state-file='specification_one,specification_two,specification_three'

CIM Postgres Importer

Example of how to use the CIM.PostgresImporter.CLI.

./CIM.PostgresImporter.CLI \
  --input-file-path="/home/user/Downloads/n1.jsonl" \
  --srid=25812 \
  --connection-string="Server=localhost;Port=5432;Database=postgres;User Id=postgres;Password=postgres;"

About

Contain the CIM integration tools.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages