Automatically export data from Domo to CSV on a daily basis

Hi,

Not sure this is the right section but I am new to Domo and I need to export data on a daily basis to a CSV file.

This CSV file will be then moved to an FTP server.

Does this solution exist in Domo?

Thanks in advance for your help!

 

Best Answer

Answers

  • Property_Ninja
    Property_Ninja Contributor
    Answer ✓

    Hello,

     

    I don't know of anyway to push data to ftp from Domo but you can use the DomoR library in R to export the data on a daily basis and send it to an ftp server.  This will be able to be done all in one R script. The below links are some info on both questions.

     

    https://github.com/domoinc-r/DomoR

    https://stackoverflow.com/questions/3620426/how-to-upload-a-file-to-a-server-via-ftp-using-r

     

    Hope this helps,

     

    Brian

     

    **Please mark "Accept as Solution" if this post solves your problem
    **Say "Thanks" by clicking the "heart" in the post that helped you.


    **Please mark "Accept as Solution" if this post solves your problem
    **Say "Thanks" by clicking the "heart" in the post that helped you.
  • Hi Brian,

     

    Thanks a lot for your answer.

    How can we use R in Domo? Does it have to be installed/activated on our Domo account in some way?

    Is R the only solution for what we want to do?

    I do not really wish to install Domo-R on my computer but rather to use it directly in Domo.

     

    Thanks in advance for your help!

     

    Nicolas