How do I save a dataset as a .csv file to my computer?

canadat
canadat New Altair Community Member
edited November 5 in Community Q&A
I can figure out how to save it to save the process, but how do I save the actual data?
Tagged:

Answers

  • ClaudioKeck
    ClaudioKeck
    Altair Employee
    You can use the write csv operator to save it to your disc or the store operator to save it to your repository
  • CKönig
    CKönig New Altair Community Member
    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.