The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Using write csv processor on server
I am creating a process which excutes a python code which returns a dataframe .Further I am using this dataframe to write a csv which is used for building models.
Since I will be running the process on server so for the path of csv what should I mention?
My server is installed on VM .So should I give path of that folder in VM where server has been installed?
In parameters of "write csv" I am not able to figure out how to mention the server path as it shows option for my local machine.Should I just mention the path?
Since I will be running the process on server so for the path of csv what should I mention?
My server is installed on VM .So should I give path of that folder in VM where server has been installed?
In parameters of "write csv" I am not able to figure out how to mention the server path as it shows option for my local machine.Should I just mention the path?
0
Best Answer
-
kayman Member Posts: 662 UnicornYou should be able to use virtual paths.
One thing we do on our side is have an equal path structure on our studio's and server so we can run on any environment without modification, but you could as well use macros of course.
For instance on Windows (running our studios) the path would be /data/something/something to store our csv's etc, and on Linux we do the same. But on windows it will be stored on C:/users/me/data and on linux on root/data 'behind the scenes'
Hope it makes some sense, all is a bit depending on the OS, but with virtual paths and some consistency you can keep it very flexible.5