Repsly2CSV Rewrite of the Excel program to spit out a properly formatted CSV for each endpoint. Compile with: gcc -o Repsly2CSV repsly2csv.c -lcurl -ljson-c -lm Or you can use the supplied makefile. Requires: a. libCurl b. JSON-C