blu3r4d0n / fs2comma

The FOIA'd C++ source code for FEC's fs2comma.exe tool, found at https://www.fec.gov/help-candidates-and-committees/filing-reports/data-conversion-tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fs2comma

FEC-provided source code of the tool fs2comma.exe, with a few tweaks to make up for a missing file. Untested, but now cross-platform!

Original code from Matt Hodges' FOIA request

To compile

$ g++ -w -o fs2comma *.cpp
$ ./fs2comma
fs2comma version 6.1.1.0 NIC Technologies Inc 2006-2010
Usage: fs2comma 123.fec [out.csv]
if the second parameter is specified, that will be used as the output
if not, 123.csv will be the output
$

About

The FOIA'd C++ source code for FEC's fs2comma.exe tool, found at https://www.fec.gov/help-candidates-and-committees/filing-reports/data-conversion-tools/


Languages

Language:C++ 91.1%Language:C 8.9%