hildogjr / KiCost

Build cost spreadsheet for a KiCad project.
MIT License
496 stars 97 forks source link

Don't add comma between each ref character in merged fields #426

Closed daglem closed 3 years ago

daglem commented 3 years ago

E.g. for an extra field added with --fields Notes, merged output should be something like

C1,C2: Note 1 C3,C4: Note 2

instead of

C,1,,C,2: Note 1 C,3,,C,4: Note 2

hildogjr commented 3 years ago

Thanks by your contribution, @daglem.