Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow comment import #91

Open
mattip opened this issue Oct 12, 2022 · 2 comments
Open

Allow comment import #91

mattip opened this issue Oct 12, 2022 · 2 comments

Comments

@mattip
Copy link

mattip commented Oct 12, 2022

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?

@gavinr
Copy link
Owner

gavinr commented Oct 12, 2022

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 gavinr changed the title Any thoughts about adding a way to import comments? Allow comment import Oct 12, 2022
@DavidGriffith
Copy link

Is anything going on at all with this project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants