KiField
KiField copied to clipboard
Edit/insert/delete part fields in KiCad schematics or libraries using a spreadsheet.
**Is your feature request related to a problem? Please describe.** I'd like to run KiField on every symbol library file in a folder - first to extract all the fields...
**Describe the bug** I am working with a project that was imported from Altium. For all parts, the value is in a "ALTIUM_VALUE" field (not the default KiCAD "Value" field),...
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa8 in position 1144: illegal multibyte sequence
**Screenshots**  **Desktop (please complete the following information):** - OS [Win11] - Python version python3.8 - KiField version [1.0.1]
**Describe the bug** Trying to extract field data from a schematic into a *.csv or *.xlsx format, have the same results for both **To Reproduce** 1. Open windows power shell...
when trying to load schematic V6 sheets, the uuid based references load only the "reference" field, not oter present fields. Attached patch works for the "value" and "footprint" fields, but...
When generating a BOM from a schematic, you can group components with the same value using the ```-g``` or ```--group``` command line switch, but in this case, I would expect...
See below for error. I am using Kicad 5.1.10 Traceback (most recent call last): File "c:\python\python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\python\python39\lib\runpy.py", line 87, in _run_code...
**Describe the bug** The new KiCAD v6 `.kicad_sym` files types is not supported **To Reproduce** Steps to reproduce the behavior: 1. Try `kifield --extract foo.kicad_sym --insert bar.xlsx` **Expected behavior** To...
Hi, I am currently work on a kicad project, and i use kicad 5.99 nightly version. I am trying to use KiField to generate and edit bom list for my...
OS: MacOS 10.14.4 Python: 3.7.3 Kifield: 0.1.15 command: kifield -x rc2014_monitor.sch -i rc2014_monitor_fields.csv [rc2014_monitor.sch.txt](https://github.com/xesscorp/KiField/files/3061674/rc2014_monitor.sch.txt) ` Traceback (most recent call last): File "/usr/local/bin/kifield", line 10, in sys.exit(main()) File "/usr/local/lib/python3.7/site-packages/kifield/__main__.py", line 148,...