This tool converts a DBLP XML file to Gradoop readable JSON files. To do so it uses the functionality of a github project which can be found under: https://github.com/ScaDS/dblp-parser
To use this tool you first have to install the appropriate version of the dblp-parser.
This tool could be easily executed from any IDE and takes 5 parameters:
- Location of the DBLP .xml file
- The number of elements to parse ('0' if all elements should be parsed)
- Output: Location of Gradoop JSON Graph Head File
- Output: Location of Gradoop JSON Vertex File
- Output: Location of Gradoop JSON Edges File