def currently_inked_import
    count = 0
    content = params[:file].read.force_encoding("UTF-8")
    CSV.parse(content, headers: true) do |row|
      row = row.to_hash