<?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 Parameter I/O Difficulties in Fusion Support Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-support-forum/parameter-i-o-difficulties/m-p/9138816#M131747</link>
    <description>&lt;P&gt;I'm going to try to make this brief,&amp;nbsp; will provide more details if needed.&amp;nbsp; &amp;nbsp;I installed the add-in and exported no problem.&amp;nbsp; Importing not so much,&amp;nbsp; I have checked that it is a "true" .csv file and reduced the file to only include absolute numbers ie:&amp;nbsp; cabWidth,in,24 in .&amp;nbsp; But I can't even re-upload&amp;nbsp; the original exported .csv file.&amp;nbsp; &amp;nbsp;I am trying to to be able to clean up my parameter list, however right now I'm just trying to import a very brief and simple&amp;nbsp; list into a "new design" to no avail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2019 09:40:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-11T09:40:02Z</dc:date>
    <item>
      <title>Parameter I/O Difficulties</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/parameter-i-o-difficulties/m-p/9138816#M131747</link>
      <description>&lt;P&gt;I'm going to try to make this brief,&amp;nbsp; will provide more details if needed.&amp;nbsp; &amp;nbsp;I installed the add-in and exported no problem.&amp;nbsp; Importing not so much,&amp;nbsp; I have checked that it is a "true" .csv file and reduced the file to only include absolute numbers ie:&amp;nbsp; cabWidth,in,24 in .&amp;nbsp; But I can't even re-upload&amp;nbsp; the original exported .csv file.&amp;nbsp; &amp;nbsp;I am trying to to be able to clean up my parameter list, however right now I'm just trying to import a very brief and simple&amp;nbsp; list into a "new design" to no avail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 09:40:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/parameter-i-o-difficulties/m-p/9138816#M131747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-11T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter I/O Difficulties</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/parameter-i-o-difficulties/m-p/9140360#M131748</link>
      <description>&lt;P&gt;I am only guessing your are talking about this Fusion 360 Add-In.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Parameter I-O.jpg" style="width: 575px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/696901i58A9D7B324DAE0BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Parameter I-O.jpg" alt="Parameter I-O.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If so, and you are trying to add values to the CSV table using Excel, this will violate the application and will cause failure.&amp;nbsp; The CSV file lines are indexed (counted) during the creation from the existing parameter table.&amp;nbsp; If you add parameters to the CSV file directly you violate this count so read-back will fail.&amp;nbsp; If you want to use the Add-In, just create a master file to create your CSV export adding to it as needed.&lt;/P&gt;&lt;P&gt;You also can not skip this Add-In and use the Derive command to export and import parameters between files.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 01:07:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/parameter-i-o-difficulties/m-p/9140360#M131748</guid>
      <dc:creator>jhackney1972</dc:creator>
      <dc:date>2019-11-12T01:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter I/O Difficulties</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/parameter-i-o-difficulties/m-p/9140741#M131749</link>
      <description>&lt;P&gt;Thank you for the reply,&amp;nbsp; and yes that is the add-in&amp;nbsp; I was having trouble with but I think I sorted the problem.&amp;nbsp; The .csv needs be formatted with all 4 "rows" as in:&amp;nbsp;&lt;SPAN&gt;&amp;lt;parameter name&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN&gt;&amp;lt;unit&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN&gt;&amp;lt;value&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN&gt;&amp;lt;comment&amp;gt; .&amp;nbsp; &amp;nbsp;As seen in my above comment&amp;nbsp;&amp;nbsp;"ie:&amp;nbsp; cabWidth,in,24 in " it needed a third comma&amp;nbsp;&amp;nbsp;ie:&amp;nbsp; cabWidth,in,24 in, .&amp;nbsp; You could add a description after the comma if you like but just the last comma creates the format the add-in needed.&amp;nbsp; &amp;nbsp;I also had to rearrange a few of the parameters that used&amp;nbsp;equations&amp;nbsp;as to not call out a parameter before it is created ie:&amp;nbsp;boxSideWidth,in,cabDepth - ffThick,&amp;nbsp; in this case both "cabDepth"&amp;nbsp; and "ffThick" have to be in the list above "boxSideWidth".&amp;nbsp; And no &amp;lt;space&amp;gt; in the parameter name.&amp;nbsp; &amp;nbsp;I use google sheets for manipulation of the .csv.&amp;nbsp; Again thanks for the reply and I just wrote&amp;nbsp;all that out to hopefully&amp;nbsp;help someone else out.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 07:42:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/parameter-i-o-difficulties/m-p/9140741#M131749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-12T07:42:44Z</dc:date>
    </item>
  </channel>
</rss>

