<?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 Re: Excel import Points in Fusion Support Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-support-forum/excel-import-points/m-p/10238342#M84870</link>
    <description>&lt;P&gt;When I look at your file you have a mix of commas and semicolons. Not sure if that's the problem. When I open in a spreadsheet you also have 4 columns for some entries.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HughesTooling_0-1618420248254.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/906425i87CF52DE5DB208F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="HughesTooling_0-1618420248254.png" alt="HughesTooling_0-1618420248254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Apr 2021 17:14:26 GMT</pubDate>
    <dc:creator>HughesTooling</dc:creator>
    <dc:date>2021-04-14T17:14:26Z</dc:date>
    <item>
      <title>Excel import Points</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/excel-import-points/m-p/10238323#M84869</link>
      <description>&lt;P&gt;I can't import Excel Points in Fusion 360&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Steps&lt;/P&gt;&lt;P&gt;1.Save XYZ values in Excel Version 16 45. file format :CSV UTF-8&lt;/P&gt;&lt;P&gt;2. Open Skript-&amp;gt;ImportSplineCSV&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.Klick on the CSV File (Gear)-&amp;gt;no valid points&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pc =MacBook Air Version 11.2.2&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 17:04:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/excel-import-points/m-p/10238323#M84869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-14T17:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excel import Points</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/excel-import-points/m-p/10238342#M84870</link>
      <description>&lt;P&gt;When I look at your file you have a mix of commas and semicolons. Not sure if that's the problem. When I open in a spreadsheet you also have 4 columns for some entries.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HughesTooling_0-1618420248254.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/906425i87CF52DE5DB208F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="HughesTooling_0-1618420248254.png" alt="HughesTooling_0-1618420248254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 17:14:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/excel-import-points/m-p/10238342#M84870</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2021-04-14T17:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Excel import Points</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/excel-import-points/m-p/10238524#M84871</link>
      <description>&lt;P&gt;Some crazy people in Europe use comma as decimal separator. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit the script ImportSplineCSV.py and replace line 32:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;pntStrArr = line.split(',')&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;pntStrArr = [x.replace(',', '.') for x in line.split(';')]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2782855"&gt;@HughesTooling&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;When I look at your file you have a mix of commas and semicolons.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Maybe the true reason for brexit: too many calculation mistakes in the EU institutions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 18:12:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/excel-import-points/m-p/10238524#M84871</guid>
      <dc:creator>JeromeBriot</dc:creator>
      <dc:date>2021-04-14T18:12:56Z</dc:date>
    </item>
  </channel>
</rss>

