Is there a way using the KiCad CLI to include the symbol name or library link information as a column when exporting a BOM from a schematic file? Similar to how you can use “${DNP}” as one of the fields, maybe there’s a magic variable name like that I can invoke?
Alternatively, is there a simple way to get the information shown from the Tools > Edit Symbol Library Links dialog? I could match up library references with RefDes from the exported BOM in that case.
I’m hoping not to have to write a schematic file parser just to get this info.
The context for this is writing a script that checks each line item in a BOM against a database of approved parts that I’m creating, where I will enter for a given MPN what footprints and symbols are allowed to be used.
Thanks!