How do I save a dataset as a .csv file to my computer?
canadat
New Altair Community Member
I can figure out how to save it to save the process, but how do I save the actual data?
Tagged:
0
Answers
-
You can use the write csv operator to save it to your disc or the store operator to save it to your repository1
-
You can also try to right-click on any results tab to store this particular result to your repository.
The same usually works for any input or output port of an operator, once the process was executed. The intermediate results will be kept in memory as long as possible, but may be discarded any time.0