Giter Site home page Giter Site logo

Comments (2)

cunneen avatar cunneen commented on September 26, 2024

Hi Frederick, thanks for the feature request. Unfortunately I'm not likely to have time to do this in the near future. Have you had luck with the in2csv tool you mentioned on the other thread?

from bitbucket-issue-tracker-visualizer.

frederickjh avatar frederickjh commented on September 26, 2024

@cunneen Actually I have. Below are my notes on how I plan to do it. I have tested the extraction but am not quite ready for the import. Need to plan a time to do it.

It looks like our best option for this is to use the command line tool
in2csv

in2csv -f json -k comments db-1.0.json
would extract the comments section

where:
-f = input file type json
-k = top level key (see list below)

Bitbucket json export contains the following top level keys:
issues, comments, attachments, components, milestones, versions, meta, and logs

See https://confluence.atlassian.com/bitbucket/issue-import-export-data-format-330796872.html for more information on the exported file structure.

More on in2csv: https://csvkit.readthedocs.io/en/latest/scripts/in2csv.html

and the csvkit that it is a part of: https://csvkit.readthedocs.io/en/latest/index.html

from bitbucket-issue-tracker-visualizer.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.