How to export a Ruby Array from my Heroku console into CSV?

后端 未结 10 935
悲&欢浪女
悲&欢浪女 2021-02-02 11:17

I am looking to export an array from my heroku console into a local CSV file.

In my current situation, I have a daily rake task which looks for tweets talking about my a

10条回答
  •  故里飘歌
    2021-02-02 11:38

    I'd use Taps to export the db to your local machine, then operate on it there: https://devcenter.heroku.com/articles/taps

提交回复
热议问题