I am kind of thinking a tool that would read the component type, quantity, price, manufacturer number, etc… so that it could be used in Kicad component database library.
It would need to be able to parse multiple csv files and in case the component is already in existing db row, then it would need to just increase the quantity instead of creating a new row to table.
In simple resistor and cap type components it could even set the footprint information as 0402/0603 information is usually available in component description for those components and could thus be parsed from there.
Before starting to write this myself, I am wondering has anybody made available a script or plugin that would parse the digikeys or mousers component order csv file (mouser offers excel that can be converted to csv…) and store the information to sqlite database table/tables?