KiBot/tests/yaml_samples/error_bom_column.kibot.yaml
SET 89914443f0 Renamed the kiplot module as kibot.
Also added src/kibot script.
Updated the documentation and Debian packaging.
The default extension for config files now is .kibot.yaml
2020-08-16 22:04:03 -03:00

33 lines
735 B
YAML

# Example KiBot config file
kibot:
version: 1
outputs:
- name: 'bom_csv'
comment: "Bill of Materials in CSV format"
type: kibom
dir: BoM
options:
format: CSV # HTML or CSV
conf:
ignore_dnf: true
digikey_link:
- digikey#
- digikey_alt#
component_aliases:
- ['r', 'r_small', 'res', 'resistor']
- - 'l'
- 'l_small'
- 'inductor'
include_only:
- field: References
regex: R\d
exclude_any:
- field: References
regex: C\d
columns:
- Part
- field: Impossible
name: Valor
join: Footprint
- References