Fluent plugin for converting simple value variables to hash to be usable to others plugins
Add this line to your application's Gemfile:
gem 'fluent-plugin-simple-to-hash'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fluent-plugin-simple-to-hash
<filter tag>
type simple2object
var (defaults to value)
</filter>
- Fork it ( http://github.com/DEVTecnologia/fluent-plugin-simple-to-hash/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 new Pull Request