-
Notifications
You must be signed in to change notification settings - Fork 6
Importer
Severino edited this page Nov 13, 2024
·
7 revisions
The importer is used to batch create entities using a .csv
file. This page describes the setup of said file.
You must specify the path of the entity in the entity tree divided with \\
- Boolean
- Date
- Dimensions
- Dropdown (Single)
- Dropdown (Multiple)
- Entity (Single)
- Entity (Multiple)
- Epoch
- Floating Point Number (Double)
- Geometry
- Integer
- List
- Percentage
- Richtext
- RISM
- String
- String Field
- Table
- Time Period
- User List
- ... - is a placeholder for various content
- [...] - Stand for optional syntax, the squared brackets should be ignored
- [... ⟳] - Stands for an expression that can be repeated indefinetly
FORMAT: TEXT
name | description |
---|---|
TEXT | Represents true if the text is either 'true' or 't' or it can be parsed to an integer i; i > 0 else it's false
|
FORMAT: DATE
name | description |
---|---|
DATE | ? |
FORMAT: (WIDTH|LENGTH|HEIGHT|UNIT)
name | description |
---|---|
WIDTH | Floating point number |
LENGTH | Floating point number |
HEIGHT | Floating point number |
UNIT | Text |
FORMAT: TEXT
name | description |
---|---|
TEXT | Content URL of the Thesaurus concept, e.g. https://spacialist.escience.uni-tuebingen.de/spacialist/description#20240126125421
|
FORMAT: TEXT[;TEXT ⟳]
name | description |
---|---|
TEXT | Content URL of the Thesaurus concept, e.g. https://spacialist.escience.uni-tuebingen.de/spacialist/description#20240126125421
|
FORMAT: TEXT
name | description |
---|---|
TEXT | Path to entity separated with \\ in the format of TEXT[\\TEXT ⟳]
|
FORMAT: TEXT[;TEXT ⟳]
name | description |
---|---|
TEXT | Path to entity separated with \\ in the format of TEXT[\\TEXT ⟳]
|
FORMAT: (START;END;CONCEPT)
name | description |
---|---|
START | the starttime as integer (can be negative for bc) |
END | the endtime as integer (can be negative for bc) needs to be bigger than start |
CONCEPT | the string of the concept uri |
FORMAT: TEXT
name | description |
---|---|
TEXT | Floating point number |
FORMAT: TEXT
name | description |
---|---|
TEXT | A text string as valid WKT |
FORMAT: Number
name | description |
---|---|
Number | A whole number |
FORMAT: TEXT[;TEXT ⟳]
name | description |
---|---|
TEXT | Any text |
FORMAT: Number
name | description |
---|---|
Number | A whole number |
FORMAT: TEXT
name | description |
---|---|
TEXT | Any text (can contain markdown syntax) |
FORMAT: TEXT
name | description |
---|---|
TEXT | Any text |
FORMAT: TEXT
name | description |
---|---|
TEXT | Any text |
FORMAT: TEXT
name | description |
---|---|
TEXT | Any text |
Cannot be imported via importer
FORMAT: (START;END)
name | description |
---|---|
START | the starttime as integer (can be negative for bc) |
END | the endtime as integer (can be negative for bc) needs to be bigger than start |
FORMAT: USER_ARRAY
name | description |
---|---|
USER_ARRAY | JSON encoded array containing a list of USER_OBJECTS |
USER_OBJECT | ? ] |