csvreader A simple script that reads and searches through a CSV file. Usage require 'csv' csv_array = CSV.read("File Location") parser = PersonParser.new(csv_array)