For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
45 11 21 13

Format for import of entities

I need to import an entity list to make a report in the DSS GUI, but there is no hint as to what the file format should be ! Excel, csv, txt files are not accepted. What is accepted ?

dss-rest-apidatascope-selectdssentitydss-gui
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
13.7k 26 8 12

@BTh,

In a nutshell, the CSV format is the following:

  • Line 1 should contain this string: Company Id
  • All following lines should contain the identifier type as first element, followed by a comma (the separator) and the identifier. A 3rd optional element is the user defined ID. Example file contents:
Company Id
ORG,12286
ORG,16364,ThisIsToshiba
ORG,18228
ORG,100445905
RCP,300017142
ISN,US097023AD79
RIC,CARR.PA
FLI,30002184

For more details and supported identifier types, see page 52 of the DSS 13 user guide.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
45 11 21 13

@Christiaan Meihsl

Thanks a lot Christiaan, it worked :)

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@BTh, you are welcome :)

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.