{"id":93895,"library":"csv-mapper","title":"CSV Mapper","description":"CSV Mapper makes it easy to import data from CSV files directly to a collection of any type of Ruby object by declaring attribute mappings.","status":"active","version":"0.5.1","language":"ruby","source_language":null,"source_url":"https://github.com/pillowfactory/csv-mapper","tags":["csv","import","mapping","data"],"install":[{"cmd":"gem install csv-mapper","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'csv-mapper', '~> 0.5.1'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"CsvMapper","correct":"require 'csv-mapper'"}],"quickstart":{"code":"require 'csv-mapper'\nclass User; attr_accessor :name, :email; end\nmapper = CsvMapper::Mapper.new(User)\nmapper.map_columns('name', 'email')\nusers = mapper.parse('users.csv')\nputs users.first.name","lang":"ruby","description":"Map CSV columns to Ruby object attributes."},"warnings":[],"env_vars":null,"search_vec":"'attribut':26 'collect':17 'csv':1,3,12,28 'data':10,31 'declar':25 'direct':14 'easi':7 'file':13 'import':9,29 'make':5 'map':27,30 'mapper':2,4 'object':23 'rubi':22 'type':20","created_at":"2026-06-19T09:57:42.742901+00:00","updated_at":"2026-06-19T09:57:42.742901+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://github.com/pillowfactory/csv-mapper","github":"https://github.com/pillowfactory/csv-mapper","docs":"http://www.rubydoc.info/gems/csv-mapper/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}