Write Excel

Veronika
Veronika New Altair Community Member
edited November 5 in Community Q&A
Hi there,
 I'm trying to export my result into an excel file (or csv doesn't really matter), but I always get the error. 
Memory buffered file
Is it to much data for my laptop or what could I've done wrong?
Thanks for your help!

Regards
Tagged:

Best Answer

  • lionelderkrikor
    lionelderkrikor New Altair Community Member
    Answer ✓
    Hi @Veronika,

    It is not an error.
    Just connect the second output port "thr" of the Write Excel operator to the result port.
    and disconnect the first output port "fil" of the Write Excel operator.
    With this set-up, you will be able to export your dataset as a Excel file.

    Regards,

    Lionel 

Answers

  • lionelderkrikor
    lionelderkrikor New Altair Community Member
    Answer ✓
    Hi @Veronika,

    It is not an error.
    Just connect the second output port "thr" of the Write Excel operator to the result port.
    and disconnect the first output port "fil" of the Write Excel operator.
    With this set-up, you will be able to export your dataset as a Excel file.

    Regards,

    Lionel 
  • Veronika
    Veronika New Altair Community Member
    Thank you very much for your answer, Lionel!