Ask A Question

Notifications

You’re not receiving notifications from this thread.

Limit CSV export by Day, Week and Month

Sascha M. asked in General

Hi there,

is there an easy way to limit the results inside a CSV export to a specific time-frame, like day, week and month?

Thanks!

Reply

Hey Sacha, you would just want to use a where query to scope to a date range before calling to_csv on it. You may need to change it from all.each to scoped.each in order for Rails to respect the scope if it wants to override your where query. That should do it!

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.