Replies: 1 comment 2 replies
-
|
Do they have any difference in their fields? Why do you need to separate them? You can use If they are exactly the same then I don't see why you could want to separate them, but you can. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to extract the bom into a CVS but it groups those components that share the same value, footprint etc. in the same line.
References,Value,Footprint,Part
C1 C2,6.8pF,C_0603_1608Metric,C
C66 C67,10pF,C_0402_1005Metric,C
for example the C1 and C2 capacitor. How can i separate them into two separate lines but with all the other information attached to both lines?
Beta Was this translation helpful? Give feedback.
All reactions