CSV load tasks = equivalent of Ruby-on-Rails Seeds?

Hi,

Ruby-on-Rails migrations have this concept of seeds: http://railspikes.com/2008/2/1/loading-seed-data

Is the CSV-load task in Liquibase supposed to be an equivalent for similar things?

Regards,
Shantanu

I haven’t used rails migrations much, but based on your link, the CSV load appears to be similar.  It is used as a way to easily get data into the database, either for production lookup values or for test data.

Nathan