question

Raul V3 avatar image
0 Likes"
Raul V3 asked Raul V3 commented

Export Table to specific location in GUI

Hi team,

Im using the code below in order to export a table ,

Is possible to choose the location where Im going to save? I need to save it in a server location.

I dont want to the user of the model see the location where im loading the file, this is why I need to do it by code ( not using the excel import/export interface)

exporttable(Table("GlobalTable1"),"mytable.csv",1, 1)


Thanks a lot

FlexSim 20.1.3
flexsim 20.1.3exportchosse lcvs
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jordan Johnson avatar image
1 Like"
Jordan Johnson answered Raul V3 commented
You can specify that by using a full file path. You can put any absolute file path, and the command should work. So something like
exporttable(Table("GlobalTable1"), "S:/Path/To/Any/Folder/mytable.csv", 1, 1)

should work just fine.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Raul V3 avatar image Raul V3 commented ·

Thanks Jordan

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.