Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 340 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 340 Bytes

Ruby CSV to YAML Converter

A simple Ruby script to convert CSV lists to YAML.

The original script is from Gist and can be found here.

To use this script, simply run it from the terminal:

$ ruby csv-to-yaml.rb /path/to/csvfile

TODO

  • Have the script actually output a YAML file