RadioDataParser

RadioDataParser is a tool for extracting license data from the FCC's Universal Licensing System advanced search and converting it to CSV.

When using the search, results can be emailed to a user. The result format is somewhat archaic, so this tool was written to convert the data to a more readable CSV, comma separated value, format.

The program and its source code can be found on GitHub.

The search it operates on is available here:

https://wireless2.fcc.gov/UlsApp/UlsSearch/searchAdvanced.jsp

The program takes two arguments:

RadioDataParser path_to_file base_csv_filename

path_to_file is the path to the data file downloaded from the FCC.

base_csv_filename is the path and prefix of the output csv files. Two files are written, a summary and a history CSV.