#!/usr/bin/env ruby #-*- coding: utf-8 -*- require'CSV' deta=CSV.read("t.CSV",headers:true) deta.each{|row| printf("%s \n",row["問題"])}