How to write CSV file into rapidminer server

data123
data123 New Altair Community Member
edited November 5 in Community Q&A

Hi, I'd like to know how I can write a csv file into a directory in Rapidminer server.

Any help is most apprciated.

 

Regards

Tagged:

Best Answer

  • SGolbert
    SGolbert New Altair Community Member
    Answer ✓

    Hi,

     

    you can specify the full path of the csv file in the corresponding field of the Write CSV operator. On a linux server it could be something like "/home/sgolbert/data/sales.csv". It could also be generated dinamically with macros.

     

    Regards,

    Sebastian

Answers

  • SGolbert
    SGolbert New Altair Community Member
    Answer ✓

    Hi,

     

    you can specify the full path of the csv file in the corresponding field of the Write CSV operator. On a linux server it could be something like "/home/sgolbert/data/sales.csv". It could also be generated dinamically with macros.

     

    Regards,

    Sebastian

  • data123
    data123 New Altair Community Member

    Thanks Sebastian. It worked.