>>20
>>19を読み間違えていたので訂正

CSV.parse '"0123",1', converters: ->(f, i){i.index.zero? ? f : f.to_i}

# => [["0123, 1]]