IFTTT / polo

Polo travels through your database and creates sample snapshots so you can work with real world data in development.
http://ifttt.github.io
MIT License
775 stars 48 forks source link

Create a CSV translator #16

Open khani3s opened 8 years ago

nettofarah commented 8 years ago

Hello, @khani3s. Can you be a little more specific?

You mean something like also being able to export your ActiveRecord objects to CSV?

nettofarah commented 8 years ago

I gave this some thought, and I think it would make sense as a plugin.

One caveat would be that different tables have different fields, so we'd probably need to generate one csv file per table.

Let me know if you need any help with this.