Data Tables to one .csv file

st_yuriel
st_yuriel New Altair Community Member
edited November 5 in Community Q&A
I have 8 data tables and I want to combine them all into one .csv file with their own separate sheets. How do I do that?
Tagged:

Answers

  • Caperez
    Caperez Altair Community Member
    Hi @st_yuriel
    you can do that easily with the Write Excel operator.
    Into the operator you have the option to define the sheet names for multiple data entries. 

    please explore the Operator tutorial example.

    Best, 

    César 

  • CKönig
    CKönig New Altair Community Member
    Hi @st_yuriel
    Please note that CSV files are plain text files and as such cannot have separate sheets. You can use Excel files for that, as @ceaperez suggested.