-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathkibot_out_csv_bom.yaml
More file actions
46 lines (41 loc) · 927 Bytes
/
kibot_out_csv_bom.yaml
File metadata and controls
46 lines (41 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# KiBot output for generating Bill of Materials in CSV format
# https://kibot.readthedocs.io/en/latest/configuration/outputs/bom.html
kibot:
version: 1
outputs:
- name: @NAME@
comment: '@COMMENT@'
type: bom
category: '@DIR@'
dir: '@DIR@'
options:
format: CSV
csv:
hide_pcb_info: true
hide_stats_info: true
group_fields: ['@MPN_FIELD@', 'Value']
columns:
- "Row"
- "Quantity Per PCB"
- "References"
- "Value"
- "Datasheet"
- "Footprint"
- "Description"
- "@MAN_FIELD@"
- "@MPN_FIELD@"
- "Supplier Part Number"
# - "arrow#"
# - "digikey#"
# - "farnell#"
# - "mouser#"
# - "newark#"
# - "rs#"
# - "tme#"
...
definitions:
NAME: csv_bom
COMMENT: Bill of Materials in CSV format
DIR: Manufacturing/Assembly
MPN_FIELD: 'Manufacturer Part Number'
MAN_FIELD: 'Manufacturer'