Archive for: 𔃶月 2017’

Elixir Fileの読み込み

2017年6月29日 Posted by PURGE

{:ok, file} = File.read("sample.csv")
File.close file

file |> Stream.map(&( String.trim(&1)))

IO.puts file