Import aktualisiert
parent
c48a6b0eb4
commit
0c4ff77eae
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# Imports
|
||||
The import system allows to quickly add a bunch of keys without much effort. For this to work your Excel or CSV file needs to be laied out correctly.
|
||||
|
||||
The first row needs to be a header row. This is important, since this is used to guess the correct properties for the keys. There are 4 properties for an key, and depending on the header, it decides which property is probably correct:
|
||||
The first row **needs** to be a header row.
|
||||
This is important, since this is used to guess the correct properties for the keys. There are 4 properties for an key, and depending on the header, it try to figure out what property is probably correct for the column:
|
||||
|
||||
| Property | Reconized Headers | What its for |
|
||||
| -------- | -------- | -------- |
|
||||
|
|
Loading…
Reference in a new issue