Json2ltsv
Convert JSON to LTSV line by line.
Installation
Add this line to your application's Gemfile:
gem 'json2ltsv'
And then execute:
$ bundle
Or install it yourself as:
$ gem install json2ltsv
Usage
$ json2ltsv JSON_FILE > LTSV_FILE
or
$ cat JSON_FILE | json2ltsv > LTSV_FILE
Contributing
- Fork it ( https://github.com/[my-github-username]/json2ltsv/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request