github-csv-tools icon indicating copy to clipboard operation
github-csv-tools copied to clipboard

Allow comment import

Open mattip opened this issue 3 years ago • 2 comments

Now that #82 is merged, the only thing stopping me from importing a repo with ~4000 issues is the lack of support for comments. The api endpoint supports them, but it is not clear to me how to structure the csv file to have comments in them. Is that something you are interested in supporting?

mattip avatar Oct 12 '22 12:10 mattip

Yeah, it's hard to shove a comments JSON into CSV. My initial thought is to just put the comments array, i.e.:

[
    {
      "created_at": "2014-01-02T12:34:56Z",
      "body": "talk talk"
    }
  ]

Into a column in the CSV. Open to discussion though.

gavinr avatar Oct 12 '22 12:10 gavinr

Is anything going on at all with this project?

DavidGriffith avatar Sep 21 '23 21:09 DavidGriffith