Skip to content

Comma Escaping for MFG_NAME#1

Open
paullryan wants to merge 1 commit intorobertstarr:masterfrom
paullryan:patch-1
Open

Comma Escaping for MFG_NAME#1
paullryan wants to merge 1 commit intorobertstarr:masterfrom
paullryan:patch-1

Conversation

@paullryan
Copy link

Added a string replace function from https://github.com/xdissent/monowave-eagle/blob/master/User%20Language%20Programs/Library%20Browser/Process%20Library.ulp.

It is used to escape potential commas in manufacturer names such as "Samsung Electronics, Inc" which was requiring manual cleanup before import to Digikey.

Note: Digikey does not respect the full CSV spec as they just break on all commas, this means just quoting each field does not work

Added a string replace function from https://github.com/xdissent/monowave-eagle/blob/master/User%20Language%20Programs/Library%20Browser/Process%20Library.ulp and used it to escape potential commas in manufacturer names such as "Samsung Electronics, Inc" which was requiring manual cleanup before import to Digikey.

*Note: Digikey does not respect the full CSV spec as they just break on all commas, this means just quoting each field does not work*
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

Successfully merging this pull request may close these issues.

1 participant