Previous Topic: Loading Relationship Data from SpreadsheetsNext Topic: Example: Load a CI with Multiple Embedded Relationships


Example: Load CI Relationships

Use GRLoader to load a spreadsheet that contains CI relationships. In the following example, the dependent_name column begins on row A5 in Sheet6 of grloader_sample_spreadsheet.xls:

dependent_name

type

provider_name

service1

uses

server2

service1

uses

server3

To load the spreadsheet with CI relationships, execute the following command:

grloader -u username -p password -s http://sdm-host:8080 -i grloader_sample_spreadsheet.xls -sss Sheet6 -ssfr 5 -n

After you execute the command, GRLoader ignores the first four rows and loads two relationships with no errors.