csv2json
csv2json copied to clipboard
Dependency: ruby-dev
Hey Folks,
Running ubuntu 12.04. needed to do the following
$sudo apt-get install ruby-dev
Then, from the other depency issue listed
$sudo gem install orderedhash
For those of us NOT ruby developers some simple docs listing deps would be welcome.
Thanks for the tool
#12
I had the same issue on clean box of Ubuntu 16.04
Doing a "sudo gem install orderedhash" fixed it.