elasticio / csv-component

CSV Reading and Writing component for elastic.io platform
Apache License 2.0
3 stars 7 forks source link

Convert JSON into CSV #57

Closed kirill-levitskiy closed 4 years ago

kirill-levitskiy commented 4 years ago

Required to create two new actions:

  1. Write CSV attachment from JSON Object
  2. Write CSV attachment from JSON Array
kirill-levitskiy commented 4 years ago

The PR contains required fixes: https://github.com/elasticio/csv-component/pull/56