Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 386 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 386 Bytes

This project runs on ruby and requires the CSV and active_support/all gems to be installed. I believe that CSV is included with ruby but active_support will need to be installed (if you have rails installed, you're done here).

To run the normalizer:

  • navigate to the directory that contains normalizer.rb
  • ruby ./normalizer.rb < [path_to]/sample.csv > [path_to]/output.csv