Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbols with >1 char in ref have extra space between ref letters and numbers #12

Open
villains opened this issue Apr 15, 2018 · 2 comments

Comments

@villains
Copy link

For example:

  • Symbol with ref J100 will be properly exported as "J100"
  • Multiple identical symbols will be exported as "J100 J101 J102" etc.
  • Symbol with ref RX100 will be incorrectly exported as "RX 100"
  • Multiple identical symbols will be exported as "RX 100 RX 101 RX 102" etc.

All of the above happens when using CSV format. I have not yet tried HTML or other formats.

My method of naming some symbols with 2-char ref is probably a bit non-standard, but my schematic has a large number of connectors and using 2-char refs helps to keep things easier to understand & relatively sane.

Using git revision: f16c62a

@villains
Copy link
Author

P.S. Thanks for creating this excellent BOM export tool!

@HashDefineElectronics
Copy link
Owner

HI @villains Sorry for the delay reply.

I've not been able to replicate this issue when I modified the test xml file (Example/example.xml). Would you be able to post an xml file that has this issue? Thank you in advance.

  • Ron

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants