Closed mignon-p closed 6 years ago
Given the following .sch and .xlsx files:
.sch
.xlsx
kifield-trouble.zip
After running the following command:
kifield -x DaysToXmas.xlsx -i DaysToXmas.sch
The resulting .sch file ends up with lines like this:
F 4 "11 Position Header Connector 0.100" (2.54mm) Through Hole Gold" H 3950 6950 50 0001 C CNN "description"
which EESchema then interprets as being a field named H 3950 6950 50 0001 C CNN.
H 3950 6950 50 0001 C CNN
Thanks for the detailed error report. The problem was caused by mishandling of escaped quotation marks inside a quoted string. Fixed in kifield 0.1.9.
Given the following
.sch
and.xlsx
files:kifield-trouble.zip
After running the following command:
The resulting
.sch
file ends up with lines like this:which EESchema then interprets as being a field named
H 3950 6950 50 0001 C CNN
.