I agree - an exportable csv would be great if it showed
Job Name, Conditions, Time exceptions, Triggers, Task names and Flow (tasks and job)
How exactly would you expect conditions, time exceptions, triggers, task names, and flow (all of which there can be more than one of per job) to appear in a csv format?
You can
get all that from the API, as far as I know. Making it
tabular is more challenging...not because it can't be done, but because it isn't clear how you'd want to display (for example) a job with two conditions, three time exceptions, two triggers, four tasks with 0-3 conditions and 0-2 flows each, and four flows on the job itself. And I'd think adding a feature for doing this without using the API would face the same challenge.