gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
661 stars 118 forks source link

feat: Export file extencions xslx and json #46

Closed Belingheri closed 3 years ago

Belingheri commented 3 years ago

Add -x option that means extencion file for export. Now you can export as xlsx (using json2xlsx) and json (request to github API). Yes i know that this is CSV tool but can be useful Thanks

gavinr commented 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.