SchrodingersGat / KiBoM

Configurable BoM generation tool for KiCad EDA (http://kicad.org/)
MIT License
350 stars 95 forks source link

Added a command line option to exclude `:` as INI delimiter #198

Closed set-soft closed 3 months ago

set-soft commented 4 months ago

Allows things like KiCost:Field used as field name.

This is important to interact with KiCost because it supports things like KiCost:Distributor:pricing to specify the pricing for a local Distributor.

The .INI file will parse the : as a key/value delimiter and you'll get KiCost, instead of the full name, for places like IGNORE_COLUMNS.

See INTI-CMNB/KiBoM#20

SchrodingersGat commented 3 months ago

@set-soft sorry for the delay, LGTM