<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Betreff: Dealing with manufacture part numbers containing comma in Fusion Electronics Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-electronics-forum/dealing-with-manufacture-part-numbers-containing-comma/m-p/12090282#M5632</link>
    <description>&lt;P&gt;Thanks for the tip.&lt;BR /&gt;&lt;BR /&gt;This is a decent workaround.&lt;BR /&gt;As we use Fusion at our company, it's a bit of a hassle to have everyone edit this ULP, or redistribute the ULP for exporting.&lt;BR /&gt;&lt;BR /&gt;Perhaps we can run this script from our pcb export .scr script.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jul 2023 06:27:58 GMT</pubDate>
    <dc:creator>erik.buerV95QJ</dc:creator>
    <dc:date>2023-07-10T06:27:58Z</dc:date>
    <item>
      <title>Dealing with manufacture part numbers containing comma</title>
      <link>https://forums.autodesk.com/t5/fusion-electronics-forum/dealing-with-manufacture-part-numbers-containing-comma/m-p/12076078#M5630</link>
      <description>&lt;P&gt;Hi again.&lt;BR /&gt;&lt;BR /&gt;It seems Fusion has some different behavior for dealing with part numbers containing commas.&lt;/P&gt;&lt;P&gt;When we export a design from Fusion, we use the CSV BOM export in the CAM exporter.&lt;BR /&gt;&lt;BR /&gt;I have a part, containing a comma in the part number.&lt;BR /&gt;When we export the BOM, the CSV is essentially broken, as there is an additional comma in the MPN, that offsets all fields afterward.&lt;BR /&gt;&lt;BR /&gt;We tried a workaround by adding quotes around the MPN, but these somehow did not end up being included in the CSV either. For our MPN attribute.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="erikbuerV95QJ_0-1688376321608.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1235925iF7319584C691CC80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="erikbuerV95QJ_0-1688376321608.png" alt="erikbuerV95QJ_0-1688376321608.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;See the MPN field in the example below:&lt;BR /&gt;,Qty,Value,Device,Package,Parts,Description,ASSEMBLY_NAME,BOARD_NUMBER,BOARD_VERSION,BREAKDOWN_VOLTAGE,CAPACITANCE,COLOR,DESCRIPTION,DIELECTRIC,DNM,FORWARD_VOLTAGE,HEIGHT,MANUFACTURER,MANUFACTURER_NAME,MOUSER_PART_NUMBER,MOUSER_PRICE-STOCK,MPN,NOBOM,NOPNP,PART_NUMBER,POWER_RATING,RATED_CURRENT,RATED_DRAIN_CURRENT,RATED_DRAIN_SOURCE_VOLTAGE,RATED_GATE_SOURCE_VOLTAGE,RATED_POWER,RATED_REVERSE_VOLTAGE,RATED_VOLTAGE,RATET_VOLTAGE,RESISTANCE,REVERSE_STAND_OFF_VOLTAGE,SPICEPREFIX,TOLERANCE,TYPE,VGS_TH,VOLTAGE_IN,VOLTAGE_OUT,VOLTAGE_RATING,WORKING_VOLTAGE&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;44,&lt;/SPAN&gt;&lt;SPAN&gt;1,&lt;/SPAN&gt;&lt;SPAN&gt;"PCA9685BS,118",&lt;/SPAN&gt;&lt;SPAN&gt;"PCA9685BS,118",&lt;/SPAN&gt;&lt;SPAN&gt;QFN65P600X600X100-29N,&lt;/SPAN&gt;&lt;SPAN&gt;U5,&lt;/SPAN&gt;&lt;SPAN&gt;"PCA9685 - 16-channel, 12-bit PWM Fm+ I2C-bus LED controller",&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;PCA9685BS,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;When exporting the BOM from the schematic view, &lt;STRONG&gt;Output -&amp;gt; Bill of Materials, &lt;/STRONG&gt;we get quotes around all fields, which is good. However, our MPN with commas, now has two sets of quotes in the CSV (the one we added, and the one added by the exporter).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is a bit annoying and has led to us not procuring the correct components for manufacturing runs in the past, so a fix would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;-Erik&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 09:31:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-electronics-forum/dealing-with-manufacture-part-numbers-containing-comma/m-p/12076078#M5630</guid>
      <dc:creator>erik.buerV95QJ</dc:creator>
      <dc:date>2023-07-03T09:31:46Z</dc:date>
    </item>
    <item>
      <title>Betreff: Dealing with manufacture part numbers containing comma</title>
      <link>https://forums.autodesk.com/t5/fusion-electronics-forum/dealing-with-manufacture-part-numbers-containing-comma/m-p/12080921#M5631</link>
      <description>&lt;P&gt;Hellp &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7966937"&gt;@erik.buerV95QJ&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;perhabs this idea may help:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The "bom.ulp" can be edited and the separator-char can be changed to be not a "comma"&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mneujahr_at_moe_0-1688562114311.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1236812i3CCDC96175A357FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mneujahr_at_moe_0-1688562114311.png" alt="mneujahr_at_moe_0-1688562114311.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You find the "bom.ulp" via "run" in command-line and open it with your preffered editor&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mneujahr_at_moe_1-1688562238147.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1236814i69A3C3874232183D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mneujahr_at_moe_1-1688562238147.png" alt="mneujahr_at_moe_1-1688562238147.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mneujahr_at_moe_2-1688562261557.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1236815i064352A104132F95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mneujahr_at_moe_2-1688562261557.png" alt="mneujahr_at_moe_2-1688562261557.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 13:04:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-electronics-forum/dealing-with-manufacture-part-numbers-containing-comma/m-p/12080921#M5631</guid>
      <dc:creator>m.neujahr_at_moe</dc:creator>
      <dc:date>2023-07-05T13:04:26Z</dc:date>
    </item>
    <item>
      <title>Betreff: Dealing with manufacture part numbers containing comma</title>
      <link>https://forums.autodesk.com/t5/fusion-electronics-forum/dealing-with-manufacture-part-numbers-containing-comma/m-p/12090282#M5632</link>
      <description>&lt;P&gt;Thanks for the tip.&lt;BR /&gt;&lt;BR /&gt;This is a decent workaround.&lt;BR /&gt;As we use Fusion at our company, it's a bit of a hassle to have everyone edit this ULP, or redistribute the ULP for exporting.&lt;BR /&gt;&lt;BR /&gt;Perhaps we can run this script from our pcb export .scr script.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 06:27:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-electronics-forum/dealing-with-manufacture-part-numbers-containing-comma/m-p/12090282#M5632</guid>
      <dc:creator>erik.buerV95QJ</dc:creator>
      <dc:date>2023-07-10T06:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with manufacture part numbers containing comma</title>
      <link>https://forums.autodesk.com/t5/fusion-electronics-forum/dealing-with-manufacture-part-numbers-containing-comma/m-p/12092188#M5633</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7966937"&gt;@erik.buerV95QJ&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make the change and then save the ULP to some other name, you can then share that to the rest of the company so they will all use the modified ULP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if there's anything else I can do for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 21:04:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-electronics-forum/dealing-with-manufacture-part-numbers-containing-comma/m-p/12092188#M5633</guid>
      <dc:creator>jorge_garcia</dc:creator>
      <dc:date>2023-07-10T21:04:48Z</dc:date>
    </item>
  </channel>
</rss>

