15 lines
622 B
Markdown
15 lines
622 B
Markdown
|
# The shimatta kenkyusho can import components from a CSV file uploaded to the website
|
||
|
|
||
|
All parameters are passed as names (e.g. package, manufacturer etc.).
|
||
|
|
||
|
Component parameters can be set using a prefix ``param:`` followed by the
|
||
|
parameter name. The value is then parsed bysed on the parameter type.
|
||
|
|
||
|
Distributor part numbers can be set similarly by prepending ``distri:``.
|
||
|
|
||
|
It is also possible to create initial stocks to one storage by passing the
|
||
|
storage uuid and/or the path to the storage (as printed in the breadcrumbs) or
|
||
|
a combination of a storage uuid and the path from this storage.
|
||
|
|
||
|
See example for details.
|