https://github.com/gsri30/gdftocsvconverter
Simple c++ program to convert a GDF file into a CSV file
https://github.com/gsri30/gdftocsvconverter
adjacency-matrix converter-app cpp csv-converter csv-files file-reading gdffiles graphs-algorithms
Last synced: 4 months ago
JSON representation
Simple c++ program to convert a GDF file into a CSV file
- Host: GitHub
- URL: https://github.com/gsri30/gdftocsvconverter
- Owner: GSri30
- Created: 2020-12-02T05:30:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T12:10:36.000Z (over 4 years ago)
- Last Synced: 2025-01-06T22:53:02.814Z (6 months ago)
- Topics: adjacency-matrix, converter-app, cpp, csv-converter, csv-files, file-reading, gdffiles, graphs-algorithms
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to GDFtoCSVconverter 👋
> Simple C++ program to convert a GDF file into a CSV file. You can use "sampleinput.gdf" as a sample input.
## Usage
```sh
g++ *.cpp
./a.out
```## Run tests
```sh
## Enter the inputPath of gdf file as first argument and outputpath where the generated csv file is placed, as second argument.
```## Author
👤 **Sri Harsha G**
* Website: https://gsri30.github.io/
* Twitter: [@SriHarshaG6](https://twitter.com/SriHarshaG6)
* Github: [@GSri30](https://github.com/GSri30)
* LinkedIn: [@https:\/\/www.linkedin.com\/in\/sri-harsha-g-15534a18a](https://linkedin.com/in/https:\/\/www.linkedin.com\/in\/sri-harsha-g-15534a18a)## Show your support
Give a ⭐️ if this project helped you!