
#48: CSV with Elixir
Published May 21, 2018
10m 56s
In this episode we’ll learn how to work with CSV files in Elixir. We’ll use the CSV package to help use parse an existing CSV. We’ll then take the data we get to call an external API, building a new CSV using the data we get back.