SchrodingersGat / KiBoM

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

Problems when using lowercase names in COLUMN_ORDER #123

Closed set-soft closed 3 years ago

set-soft commented 3 years ago

The documentation says this section (as others) are case-insensitive. The code does some effort, but is not enough.

Columns generated in the CSV:

references,value,part,description,Description,Part,References,Value

But we should get:

references,value,part,description

The patch to fix it isn' t trivial. A working solution is on the following branch: fix_column_case

And was merged into my fork as PR #10

I'm not submitting a PR because it will collide with other PRs I submitted. I can submit it after they are merged.