thoughtbot / art_vandelay

Art Vandelay is an importer/exporter for Rails 6.0 and higher.
MIT License
73 stars 4 forks source link

Add interface for importing records #7

Closed stevepolitodesign closed 1 year ago

stevepolitodesign commented 1 year ago

This commit adds a new interface for importing records via a CSV.

A future commit could explore how to handle existing records during an import, but that still requires more thought..