Closed Belingheri closed 3 years ago
I appreciate the work you've done to create this PR, but I think this functionality is outside the scope of this project. Converting from CSV to JSON or XLSX can be done trivially via other methods, so including this in this project just adds to the maintenance load for little benefit.
If you'd like to add a section to the README about how to use this in combination with other tools (like csv2xlsx, for example), I would accept that PR.
Add
-x
option that means extencion file for export. Now you can export asxlsx
(using json2xlsx) andjson
(request to github API). Yes i know that this is CSV tool but can be useful Thanks