Drop-in gem to bulk-import or bulk-update large CSV files into any ActiveRecord model by declaring which model, which columns identify existing records, and which columns to update. Streams the file so it never loads fully into memory, and ships an ActiveJob worker so imports run in the background.
Required Ruby Version
>= 2.7.0
Authors
Jagrit Bharara