Import your AI Systems
You can easily upload your existing register directly into Dastra. This saves you having to fill in everything by hand.
To do this, access the list view, entitled "AI systems". In the top right-hand corner, open the drop-down menu next to the "Create a new AI system" button, then click on "Import". A new page appears, at the bottom of which you can add your existing record.

We recommend that you follow the steps on the Import your data (Excel, Csv, JSON) page for further details.
π§© Import Format for AI Systems in Dastra
This guide describes the expected format for the CSV file used to import AI systems into Dastra.
π CSV File Structure
The file must contain a header row matching the column names described below.
All fields are optional except Label, which is required.
π Table of Import Fields
π‘ Important: Enum-type fields must use exactly the values listed under βAllowed valuesβ.
Column
Description
Type
Constraints
Allowed values
Label
System name
String
Required, 1β120 characters
β
Ref
Internal reference
String
Optional, max 50 characters
β
Description
System description
String
Optional, max 4000 characters
β
State
System status
AiSystemState
Optional
Draft, Cancelled, Pending, Active
RiskLevel
Risk level
AiSystemRiskLevel
Optional
Low, Medium, High, Unacceptable
RiskLevelJustification
Justification for the risk level
String
Optional
β
BenefitLevel
Value / utility level
AiSystemBenefitLevel
Optional
Low, Medium, High
BenefitLevelJustification
Justification for the value level
String
Optional
β
DateArchived
Archive date
DateTime
Optional β Format: DD-MM-YYYY or DD/MM/YYYY
β
DateCreation
Creation date
DateTime
Optional β Same format
β
DateUpdate
Last update date
DateTime
Optional β Same format
β
DateDeployment
Deployment date
DateTime
Optional β Same format
β
DateRetirement
Retirement date
DateTime
Optional β Same format
β
TransparencyNoticeDone
Has a transparency notice
Boolean
Optional
true / false
TransparencyNoticeHtml
Transparency notice (HTML content)
String
Optional, max 4000 characters
β
π Example of a CSV Line
β¨ A fully valid and nicely structured example:
π₯ Ready-to-use CSV Header Template
π§© You can paste this directly into a blank
.csvfile:
Last updated
Was this helpful?