CSV Export
We should do allow for a simple CSV export, we could show it at all times and then if they report is going to be too big to reasonably show in the browser, we could show only the CSV option.
*Note: If the data gets too big, we might have to store it in a table instead of all in memory, but lets worry about that if it ever happens, it would be significantly slower.
NOT PRIORITY