Error importing Parameters

Error importing Parameters

chunk07
Contributor Contributor
1,353 Views
5 Replies
Message 1 of 6

Error importing Parameters

chunk07
Contributor
Contributor

I am getting an error when importing a .csv file of parameters. I am using ParameterIO from the app store.  I manually entered the parameters the first time, and exported to edit, and then reimport. Parameters are from a Youtube tutorial by Kishore on bevel gear sets. Screen shot of error:

parameter import error.png

0 Likes
Accepted solutions (1)
1,354 Views
5 Replies
Replies (5)
Message 2 of 6

goyals
Autodesk
Autodesk

You need to write the parameter in following format in your CSV file. The last column is for comment. Even if you do not have any comment to specify, you need to pass an empty string.

 

"d3","mm","100.00 mm",""

 

I hope it helps.



Shyam Goyal
Sr. Software Dev. Manager
0 Likes
Message 3 of 6

chunk07
Contributor
Contributor
I had entered a list of parameters in the model as I drew it. The list
was long, so I exported it in case of a do over(I'm still learning). I
downloaded the app just for the purpose of being able to export the
parameters of a model, modify them as needed, and import them into a new
model. In fact, the parameter list I was trying to import, had been
exported, a couple new parameter added, and re-imported several times.
The error appeared when I created a new file in Excel, saved as a CSV
file, and tried to import it.
Could anyone explain what the error message means?
0 Likes
Message 4 of 6

goyals
Autodesk
Autodesk
Accepted solution

The error means it is not able to find the data in fourth column of a row while reading CSV file.

To understand what I am trying to say, create a box in Fusion and then export the parameters in to a CSV file and then open this CSV file in notepad, you will see a fourth column for each parameter like this

"d1","mm"","70.00 mm"",""

This fourth column is missing in your CSV file.



Shyam Goyal
Sr. Software Dev. Manager
0 Likes
Message 5 of 6

chunk07
Contributor
Contributor
I beg to differ with your explanation. I just exported the parameters of
a model, saved the file on my desktop, and opened it in Excel2007. There
are only 3 columns of data...
I have attached the exported parameter csv file.
0 Likes
Message 6 of 6

goyals
Autodesk
Autodesk

Because there are empty strings for comments hence not shown in xls. Try to open csv file in notepad and there you can  see comma separated values.



Shyam Goyal
Sr. Software Dev. Manager
0 Likes