Skip to main content

Import data into an investigation

Entities and relationships can be imported into an existing investigation.

Import data

Two file formats are accepted : .csv and .json.

CSV

Your .csv has to be COMMA delimited (, character). Due to the limitations of csv files, entities and relationships must be separated into two files.

Entity .csv file

nametyperequireddescription
idstringyesthe id of the entity that has to be unique in the database
valuestringyes
typeIdstringyesthe type id of the entity. The Id can be found by opening the Types selector in the app
colorNumnumberyesthe color number (in relation to the color settings of the investigation into which you will import this entity)
creationDatetimespanyesentity creation date
criticalstringyes or no
editionDatetimespan
ratingnumberbetween 0 and 3
commentsstring

Here you can download an example of an entity file.

Relationship .csv file

nametyperequireddescription
idstringyesthe id of the entity that has to be unique in the database
originIdstringyesthe id of the entity of origin
targetIdstringyesthe id of the target entity
creationDatetimespanyesentity creation date
editionDatetimespan
labelstringthe text displayed on the arrow
criticalstringyes or no
bidirectionnalstringyes or no
colorNumnumberyesthe color number (in relation to the color settings of the investigation into which you will import this entity)
ratingnumberbetween 0 and 3
endDatetimespan
endTimetimespan
startDatetimespan
startTimetimespan
resourcestring
sourcestring
commentsstring

Here you can download an example of an entity file.

JSON

Here you can download an example of an entity file.