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.

Import your AI Systems

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 .csv file:

Last updated

Was this helpful?