YST15_Users_E.pdf - 第81页
2-53 2 Operation The file format of txt or csv Line 1 Code Line 2 Revision Line 3 Description Line 4 Customer Code Line 5 and later ITEM CODE{SEP ARA TOR}QUANTITY{SEP ARA TOR} The file format of xml <?xml version=&quo…

2-52
2
Operation
3.5.3 Register a BOM by import function.
Registering a BOM by import function.
n
NOTE
The import function for BOM can't register multiple BOMs at once but can register only a BOM one by one.
1
Open "IMPORT" screen.
Select "Import" in Menu, then "IMPORT" screen appears.
Import menu
“Import”
[Menu] button
24258-KMS-00
2
Select the file format in "IMPORT" screen.
"IMPORT" screen
24259-KMS-00
Content Description
XML Mode Normally import files are txt or csv format. If the import file is xml format, tick this.
Separator Select the separator from " ; ", " : ", " , ", or " . ".

2-53
2
Operation
The file format of txt or csv
Line 1 Code
Line 2 Revision
Line 3 Description
Line 4 Customer Code
Line 5 and later ITEM CODE{SEPARATOR}QUANTITY{SEPARATOR}
The file format of xml
<?xml version="1.0" encoding="UTF-8" ?>
<bom>
<code>BOM CODE</code>
<revision>REVISION
</revision>
<description>DESCRIPTION</description>
<customer_code>CUSTOMER CODE</customer_code>
<item_list>
<item>
<code>ITEM CODE</code>
<qty>QUANTITY</qty>
</customer>
</item>
...
</item_list>
</bom>
The file format of XML
23217-KMS-00
3
Press [Browse] button and select the import file.
n
NOTE
Select the file format depending on the import file.
Select the file
Select the import file
[Open] button
[Browse] button
24260-KMS-00

2-54
2
Operation
4
Press [Open] button to register the BOM.
TIP
For example, a BOM, which includes three types of items, is registered by importing the following file.
It is possible to input only "Item code" registered in Items.
e.g. BOM which includes three items is registered by importing the following file.
• Setting in "IMPORT" screen • BOM to be registered • Import file in txt format
Content
XML files
Separator
Setting
N/A
;
Content
Code
Revision
Description
Customer code
"Item
information1"
"Item
information2"
"Item
information3"
Item code
Quantity
Item code
Quantity
Item code
Quantity
Setting
Sample Board 2
2
Important
Test Customer 01
A1005
22
A1602
15
B3216
5
Line
Line1
Line2
Line3
Line4
Line5
Line6
Line7
23218-KMS-00