smart_csv_import 0.1.0
A Rails Engine wrapping SmarterCSV for CSV importing with three-tier AI header matching (lookup + vector similarity + LLM fallback), batch processing, and import tracking. Only headers are sent to AI — row data never leaves your application.
Gemfile:
=
install:
=
Runtime Dependencies (7):
activejob
>= 7.0, < 9
activemodel
>= 7.0, < 9
activerecord
>= 7.0, < 9
activesupport
>= 7.0, < 9
csv
~> 3.0
ruby_llm
~> 1.0
smarter_csv
~> 1.10