I recently found myself creating a handful of large static maps in Elixir using data from CSV files. I wrote this tool to automate the conversion for me. The goal was to be able to paste the output directly into a seeder.exs
file.
git clone [email protected]:stagerightlabs/csv_to_elixir_map.git
cd csv_to_elixir_map
cargo build
csvmap path/to/file.csv output_file.txt