Simple C++ program to convert a GDF file into a CSV file. You can use "sampleinput.gdf" as a sample input.
g++ *.cpp
./a.out
## Enter the inputPath of gdf file as first argument and outputpath where the generated csv file is placed, as second argument.
👤 Sri Harsha G
- Website: https://gsri30.github.io/
- Twitter: @SriHarshaG6
- Github: @GSri30
- LinkedIn: @https://www.linkedin.com/in/sri-harsha-g-15534a18a
Give a ⭐️ if this project helped you!